Uses of Class
org.hipparchus.linear.PreconditionedIterativeLinearSolver
-
Packages that use PreconditionedIterativeLinearSolver Package Description org.hipparchus.linear Linear algebra support. -
-
Uses of PreconditionedIterativeLinearSolver in org.hipparchus.linear
Subclasses of PreconditionedIterativeLinearSolver in org.hipparchus.linear Modifier and Type Class Description class
ConjugateGradient
This is an implementation of the conjugate gradient method forRealLinearOperator
.class
SymmLQ
Implementation of the SYMMLQ iterative linear solver proposed by Paige and Saunders (1975).
-