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