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