Uses of Enum Class
org.la4j.LinearAlgebra.SolverFactory
Packages that use LinearAlgebra.SolverFactory
-
Uses of LinearAlgebra.SolverFactory in org.la4j
Subclasses with type arguments of type LinearAlgebra.SolverFactory in org.la4jFields in org.la4j declared as LinearAlgebra.SolverFactoryModifier and TypeFieldDescriptionstatic final LinearAlgebra.SolverFactoryLinearAlgebra.FORWARD_BACK_SUBSTITUTIONReferences to the Forward-Back Substitution solver factory.static final LinearAlgebra.SolverFactoryLinearAlgebra.GAUSSIANReferences to the Gaussian solver factory.static final LinearAlgebra.SolverFactoryLinearAlgebra.JACOBIReferences to the Jacobi solver factory.static final LinearAlgebra.SolverFactoryLinearAlgebra.LEAST_SQUARESReferences to the Least Squares solver factory.static final LinearAlgebra.SolverFactoryLinearAlgebra.SEIDELReferences to the Seidel solver factory.static final LinearAlgebra.SolverFactoryLinearAlgebra.SOLVERReferences to the Smart solver factory.static final LinearAlgebra.SolverFactoryLinearAlgebra.SQUARE_ROOTReferences to the Square Root solver factory.static final LinearAlgebra.SolverFactoryLinearAlgebra.SWEEPReferences to the Sweep solver factory.Methods in org.la4j that return LinearAlgebra.SolverFactoryModifier and TypeMethodDescriptionstatic LinearAlgebra.SolverFactoryReturns 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 givenfactoryof this matrix.