Uses of Interface
org.ejml.interfaces.decomposition.LUDecomposition
Packages that use LUDecomposition
Package
Description
-
Uses of LUDecomposition in org.ejml.dense.row.decompose.lu
Classes in org.ejml.dense.row.decompose.lu that implement LUDecompositionModifier and TypeClassDescriptionclassAn LU decomposition algorithm that originally came from Jama.classAn LU decomposition algorithm that originally came from Jama.classContains common data structures and operations for LU decomposition algorithms.classContains common data structures and operations for LU decomposition algorithms. -
Uses of LUDecomposition in org.ejml.dense.row.decomposition.lu
Classes in org.ejml.dense.row.decomposition.lu that implement LUDecompositionModifier and TypeClassDescriptionclassAn LU decomposition algorithm that originally came from Jama.classAn LU decomposition algorithm that originally came from Jama.classContains common data structures and operations for LU decomposition algorithms.classContains common data structures and operations for LU decomposition algorithms. -
Uses of LUDecomposition in org.ejml.interfaces.decomposition
Subinterfaces of LUDecomposition in org.ejml.interfaces.decompositionModifier and TypeInterfaceDescriptioninterfaceLUDecomposition_F32<T extends Matrix>Implementation ofLUDecompositionfor 32-bit numbersinterfaceLUDecomposition_F64<T extends Matrix>Implementation ofLUDecompositionfor 64-bit numbersinterfaceLUSparseDecomposition<MatrixType extends Matrix>interfaceLUSparseDecomposition_F32<T extends Matrix>Implementation ofLUSparseDecompositionfor 32-bit numbersinterfaceLUSparseDecomposition_F64<T extends Matrix>Implementation ofLUSparseDecompositionfor 64-bit numbers -
Uses of LUDecomposition in org.ejml.sparse.csc.decomposition.lu
Classes in org.ejml.sparse.csc.decomposition.lu that implement LUDecompositionModifier and TypeClassDescriptionclassLU Decomposition using a left looking algorithm forDMatrixSparseCSC.classLU Decomposition using a left looking algorithm forFMatrixSparseCSC.