Uses of Class
org.hipparchus.linear.PreconditionedIterativeLinearSolver
Packages that use PreconditionedIterativeLinearSolver
-
Uses of PreconditionedIterativeLinearSolver in org.hipparchus.linear
Subclasses of PreconditionedIterativeLinearSolver in org.hipparchus.linearModifier and TypeClassDescriptionclass
This is an implementation of the conjugate gradient method forRealLinearOperator
.class
Implementation of the SYMMLQ iterative linear solver proposed by Paige and Saunders (1975).