Uses of Enum Class
org.la4j.LinearAlgebra.DecompositorFactory
Packages that use LinearAlgebra.DecompositorFactory
-
Uses of LinearAlgebra.DecompositorFactory in org.la4j
Fields in org.la4j declared as LinearAlgebra.DecompositorFactoryModifier and TypeFieldDescriptionstatic final LinearAlgebra.DecompositorFactory
LinearAlgebra.CHOLESKY
Reference to Cholesky decompositor factory.static final LinearAlgebra.DecompositorFactory
LinearAlgebra.EIGEN
Reference to Eigen decompositor factory.static final LinearAlgebra.DecompositorFactory
LinearAlgebra.LU
Reference to LU decompositor factory.static final LinearAlgebra.DecompositorFactory
LinearAlgebra.QR
Reference to QR decompositor factory.static final LinearAlgebra.DecompositorFactory
LinearAlgebra.RAW_LU
Reference to Raw LU decompositor factory.static final LinearAlgebra.DecompositorFactory
LinearAlgebra.RAW_QR
Reference to Raw QR decompositor factory.static final LinearAlgebra.DecompositorFactory
LinearAlgebra.SVD
Reference to SVD decompositor factory.Methods in org.la4j that return LinearAlgebra.DecompositorFactoryModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static LinearAlgebra.DecompositorFactory[]
LinearAlgebra.DecompositorFactory.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.la4j with parameters of type LinearAlgebra.DecompositorFactoryModifier and TypeMethodDescriptionMatrix.withDecompositor
(LinearAlgebra.DecompositorFactory factory) Creates a new decompositor by givenfactory
of this matrix.