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.DecompositorFactoryLinearAlgebra. CHOLESKYReference to Cholesky decompositor factory.static LinearAlgebra.DecompositorFactoryLinearAlgebra. EIGENReference to Eigen decompositor factory.static LinearAlgebra.DecompositorFactoryLinearAlgebra. LUReference to LU decompositor factory.static LinearAlgebra.DecompositorFactoryLinearAlgebra. QRReference to QR decompositor factory.static LinearAlgebra.DecompositorFactoryLinearAlgebra. RAW_LUReference to Raw LU decompositor factory.static LinearAlgebra.DecompositorFactoryLinearAlgebra. RAW_QRReference to Raw QR decompositor factory.static LinearAlgebra.DecompositorFactoryLinearAlgebra. SVDReference to SVD decompositor factory.Methods in org.la4j that return LinearAlgebra.DecompositorFactory Modifier and Type Method Description static LinearAlgebra.DecompositorFactoryLinearAlgebra.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 MatrixDecompositorMatrix. withDecompositor(LinearAlgebra.DecompositorFactory factory)Creates a new decompositor by givenfactoryof this matrix.
-