Uses of Interface
org.ejml.interfaces.decomposition.LUDecomposition_F64
Packages that use LUDecomposition_F64
Package
Description
-
Uses of LUDecomposition_F64 in org.ejml.dense.row.decompose.lu
Classes in org.ejml.dense.row.decompose.lu that implement LUDecomposition_F64Modifier and TypeClassDescriptionclassAn LU decomposition algorithm that originally came from Jama.classContains common data structures and operations for LU decomposition algorithms. -
Uses of LUDecomposition_F64 in org.ejml.dense.row.decomposition.lu
Classes in org.ejml.dense.row.decomposition.lu that implement LUDecomposition_F64Modifier and TypeClassDescriptionclassAn LU decomposition algorithm that originally came from Jama.classContains common data structures and operations for LU decomposition algorithms. -
Uses of LUDecomposition_F64 in org.ejml.dense.row.factory
Methods in org.ejml.dense.row.factory that return LUDecomposition_F64Modifier and TypeMethodDescriptionstatic LUDecomposition_F64<DMatrixRMaj>DecompositionFactory_DDRM.lu()static LUDecomposition_F64<DMatrixRMaj>DecompositionFactory_DDRM.lu(int numRows, int numCol) Returns aLUDecompositionthat has been optimized for the specified matrix size.static LUDecomposition_F64<ZMatrixRMaj>DecompositionFactory_ZDRM.lu(int numRows, int numCols) Returns aLUDecompositionthat has been optimized for the specified matrix size.