Uses of Interface
org.la4j.linear.LinearSystemSolver
-
Packages that use LinearSystemSolver Package Description org.la4j org.la4j.linear -
-
Uses of LinearSystemSolver in org.la4j
Methods in org.la4j that return LinearSystemSolver Modifier and Type Method Description abstract LinearSystemSolverLinearAlgebra.SolverFactory. create(Matrix matrix)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 LinearSystemSolver Modifier and Type Class Description classAbstractSolverclassForwardBackSubstitutionSolverclassGaussianSolverThis 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.
-