Uses of Interface
org.ejml.interfaces.decomposition.LUDecomposition
Package
Description
-
Uses of LUDecomposition in org.ejml.dense.row.decompose.lu
Modifier and TypeClassDescriptionclass
An LU decomposition algorithm that originally came from Jama.class
An LU decomposition algorithm that originally came from Jama.class
Contains common data structures and operations for LU decomposition algorithms.class
Contains common data structures and operations for LU decomposition algorithms. -
Uses of LUDecomposition in org.ejml.dense.row.decomposition.lu
Modifier and TypeClassDescriptionclass
An LU decomposition algorithm that originally came from Jama.class
An LU decomposition algorithm that originally came from Jama.class
Contains common data structures and operations for LU decomposition algorithms.class
Contains common data structures and operations for LU decomposition algorithms. -
Uses of LUDecomposition in org.ejml.interfaces.decomposition
Modifier and TypeInterfaceDescriptioninterface
LUDecomposition_F32<T extends Matrix>
Implementation ofLUDecomposition
for 32-bit numbersinterface
LUDecomposition_F64<T extends Matrix>
Implementation ofLUDecomposition
for 64-bit numbersinterface
LUSparseDecomposition<MatrixType extends Matrix>
interface
LUSparseDecomposition_F32<T extends Matrix>
Implementation ofLUSparseDecomposition
for 32-bit numbersinterface
LUSparseDecomposition_F64<T extends Matrix>
Implementation ofLUSparseDecomposition
for 64-bit numbers -
Uses of LUDecomposition in org.ejml.sparse.csc.decomposition.lu
Modifier and TypeClassDescriptionclass
LU Decomposition using a left looking algorithm forDMatrixSparseCSC
.class
LU Decomposition using a left looking algorithm forFMatrixSparseCSC
.