Uses of Class
org.la4j.LinearAlgebra.DecompositorFactory
-
Packages that use LinearAlgebra.DecompositorFactory Package Description org.la4j -
-
Uses of LinearAlgebra.DecompositorFactory in org.la4j
Fields in org.la4j declared as LinearAlgebra.DecompositorFactory Modifier and Type Field Description static LinearAlgebra.DecompositorFactory
LinearAlgebra. CHOLESKY
Reference to Cholesky decompositor factory.static LinearAlgebra.DecompositorFactory
LinearAlgebra. EIGEN
Reference to Eigen decompositor factory.static LinearAlgebra.DecompositorFactory
LinearAlgebra. LU
Reference to LU decompositor factory.static LinearAlgebra.DecompositorFactory
LinearAlgebra. QR
Reference to QR decompositor factory.static LinearAlgebra.DecompositorFactory
LinearAlgebra. RAW_LU
Reference to Raw LU decompositor factory.static LinearAlgebra.DecompositorFactory
LinearAlgebra. RAW_QR
Reference to Raw QR decompositor factory.static LinearAlgebra.DecompositorFactory
LinearAlgebra. SVD
Reference to SVD decompositor factory.Methods in org.la4j that return LinearAlgebra.DecompositorFactory Modifier and Type Method Description static LinearAlgebra.DecompositorFactory
LinearAlgebra.DecompositorFactory. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LinearAlgebra.DecompositorFactory[]
LinearAlgebra.DecompositorFactory. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.la4j with parameters of type LinearAlgebra.DecompositorFactory Modifier and Type Method Description MatrixDecompositor
Matrix. withDecompositor(LinearAlgebra.DecompositorFactory factory)
Creates a new decompositor by givenfactory
of this matrix.
-