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