Uses of Class
org.la4j.linear.AbstractSolver
-
Packages that use AbstractSolver Package Description org.la4j.linear -
-
Uses of AbstractSolver in org.la4j.linear
Subclasses of AbstractSolver in org.la4j.linear Modifier and Type Class Description classForwardBackSubstitutionSolverclassGaussianSolverThis class represents Gaussian method for solving linear systems.classJacobiSolverThis class represents Jacobi method for solving linear systems.classLeastNormSolverThis class provides solution of "fat" linear system with least euclidean norm.classLeastSquaresSolverclassSeidelSolverThis class represents Seidel method for solving linear systems.classSquareRootSolverThis class represents Square Root method for solving linear systems.classSweepSolverThis class represents Sweep (or Tridiagonal matrix, or Thomas) method for solving linear systems.
-