Uses of Class
org.apache.commons.math3.linear.IterativeLinearSolver

Packages that use IterativeLinearSolver
org.apache.commons.math3.linear Linear algebra support. 
 

Uses of IterativeLinearSolver in org.apache.commons.math3.linear
 

Subclasses of IterativeLinearSolver in org.apache.commons.math3.linear
 class ConjugateGradient
           This is an implementation of the conjugate gradient method for RealLinearOperator.
 class PreconditionedIterativeLinearSolver
           This abstract class defines preconditioned iterative solvers.
 class SymmLQ
           Implementation of the SYMMLQ iterative linear solver proposed by Paige and Saunders (1975).
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.