Uses of Class
org.la4j.LinearAlgebra.SolverFactory
-
Packages that use LinearAlgebra.SolverFactory Package Description org.la4j -
-
Uses of LinearAlgebra.SolverFactory in org.la4j
Fields in org.la4j declared as LinearAlgebra.SolverFactory Modifier and Type Field Description static LinearAlgebra.SolverFactoryLinearAlgebra. FORWARD_BACK_SUBSTITUTIONReferences to the Forward-Back Substitution solver factory.static LinearAlgebra.SolverFactoryLinearAlgebra. GAUSSIANReferences to the Gaussian solver factory.static LinearAlgebra.SolverFactoryLinearAlgebra. JACOBIReferences to the Jacobi solver factory.static LinearAlgebra.SolverFactoryLinearAlgebra. LEAST_SQUARESReferences to the Least Squares solver factory.static LinearAlgebra.SolverFactoryLinearAlgebra. SEIDELReferences to the Seidel solver factory.static LinearAlgebra.SolverFactoryLinearAlgebra. SOLVERReferences to the Smart solver factory.static LinearAlgebra.SolverFactoryLinearAlgebra. SQUARE_ROOTReferences to the Square Root solver factory.static LinearAlgebra.SolverFactoryLinearAlgebra. SWEEPReferences to the Sweep solver factory.Methods in org.la4j that return LinearAlgebra.SolverFactory Modifier and Type Method Description static LinearAlgebra.SolverFactoryLinearAlgebra.SolverFactory. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LinearAlgebra.SolverFactory[]LinearAlgebra.SolverFactory. 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.SolverFactory Modifier and Type Method Description LinearSystemSolverMatrix. withSolver(LinearAlgebra.SolverFactory factory)Creates a new solver by givenfactoryof this matrix.
-