Uses of Interface
org.la4j.linear.LinearSystemSolver
Packages that use LinearSystemSolver
-
Uses of LinearSystemSolver in org.la4j
Methods in org.la4j that return LinearSystemSolverModifier and TypeMethodDescriptionabstract LinearSystemSolver
Matrix.withSolver
(LinearAlgebra.SolverFactory factory) Creates a new solver by givenfactory
of this matrix. -
Uses of LinearSystemSolver in org.la4j.linear
Classes in org.la4j.linear that implement LinearSystemSolverModifier and TypeClassDescriptionclass
class
class
This class represents Gaussian method for solving linear systems.class
This class represents Jacobi method for solving linear systems.class
This class provides solution of "fat" linear system with least euclidean norm.class
class
This class represents Seidel method for solving linear systems.class
This class represents Square Root method for solving linear systems.class
This class represents Sweep (or Tridiagonal matrix, or Thomas) method for solving linear systems.