Uses of Enum Class
org.la4j.LinearAlgebra.SolverFactory
Packages that use LinearAlgebra.SolverFactory
-
Uses of LinearAlgebra.SolverFactory in org.la4j
Fields in org.la4j declared as LinearAlgebra.SolverFactoryModifier and TypeFieldDescriptionstatic final LinearAlgebra.SolverFactory
LinearAlgebra.FORWARD_BACK_SUBSTITUTION
References to the Forward-Back Substitution solver factory.static final LinearAlgebra.SolverFactory
LinearAlgebra.GAUSSIAN
References to the Gaussian solver factory.static final LinearAlgebra.SolverFactory
LinearAlgebra.JACOBI
References to the Jacobi solver factory.static final LinearAlgebra.SolverFactory
LinearAlgebra.LEAST_SQUARES
References to the Least Squares solver factory.static final LinearAlgebra.SolverFactory
LinearAlgebra.SEIDEL
References to the Seidel solver factory.static final LinearAlgebra.SolverFactory
LinearAlgebra.SOLVER
References to the Smart solver factory.static final LinearAlgebra.SolverFactory
LinearAlgebra.SQUARE_ROOT
References to the Square Root solver factory.static final LinearAlgebra.SolverFactory
LinearAlgebra.SWEEP
References to the Sweep solver factory.Methods in org.la4j that return LinearAlgebra.SolverFactoryModifier and TypeMethodDescriptionstatic LinearAlgebra.SolverFactory
Returns the enum constant of this class with the specified name.static LinearAlgebra.SolverFactory[]
LinearAlgebra.SolverFactory.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.SolverFactoryModifier and TypeMethodDescriptionMatrix.withSolver
(LinearAlgebra.SolverFactory factory) Creates a new solver by givenfactory
of this matrix.