Uses of Class
org.apache.commons.math3.linear.IterativeLinearSolver
-
Packages that use IterativeLinearSolver Package Description org.apache.commons.math3.linear Linear algebra support. -
-
Uses of IterativeLinearSolver in org.apache.commons.math3.linear
Subclasses of IterativeLinearSolver in org.apache.commons.math3.linear Modifier and Type Class Description classConjugateGradientThis is an implementation of the conjugate gradient method forRealLinearOperator.classPreconditionedIterativeLinearSolverThis abstract class defines preconditioned iterative solvers.classSymmLQImplementation of the SYMMLQ iterative linear solver proposed by Paige and Saunders (1975).
-