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 LinearSystemSolverMatrix.withSolver(LinearAlgebra.SolverFactory factory) Creates a new solver by givenfactoryof this matrix. -
Uses of LinearSystemSolver in org.la4j.linear
Classes in org.la4j.linear that implement LinearSystemSolverModifier and TypeClassDescriptionclassclassclassThis class represents Gaussian method for solving linear systems.classThis class represents Jacobi method for solving linear systems.classThis class provides solution of "fat" linear system with least euclidean norm.classclassThis class represents Seidel method for solving linear systems.classThis class represents Square Root method for solving linear systems.classThis class represents Sweep (or Tridiagonal matrix, or Thomas) method for solving linear systems.