Uses of Class
org.apache.commons.math3.linear.PreconditionedIterativeLinearSolver
Packages that use PreconditionedIterativeLinearSolver
-
Uses of PreconditionedIterativeLinearSolver in org.apache.commons.math3.linear
Subclasses of PreconditionedIterativeLinearSolver in org.apache.commons.math3.linearModifier and TypeClassDescriptionclassThis is an implementation of the conjugate gradient method forRealLinearOperator.classImplementation of the SYMMLQ iterative linear solver proposed by Paige and Saunders (1975).