Uses of Enum Class
org.la4j.LinearAlgebra.DecompositorFactory
Packages that use LinearAlgebra.DecompositorFactory
-
Uses of LinearAlgebra.DecompositorFactory in org.la4j
Subclasses with type arguments of type LinearAlgebra.DecompositorFactory in org.la4jFields in org.la4j declared as LinearAlgebra.DecompositorFactoryModifier and TypeFieldDescriptionstatic final LinearAlgebra.DecompositorFactoryLinearAlgebra.CHOLESKYReference to Cholesky decompositor factory.static final LinearAlgebra.DecompositorFactoryLinearAlgebra.EIGENReference to Eigen decompositor factory.static final LinearAlgebra.DecompositorFactoryLinearAlgebra.LUReference to LU decompositor factory.static final LinearAlgebra.DecompositorFactoryLinearAlgebra.QRReference to QR decompositor factory.static final LinearAlgebra.DecompositorFactoryLinearAlgebra.RAW_LUReference to Raw LU decompositor factory.static final LinearAlgebra.DecompositorFactoryLinearAlgebra.RAW_QRReference to Raw QR decompositor factory.static final LinearAlgebra.DecompositorFactoryLinearAlgebra.SVDReference 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 givenfactoryof this matrix.