Documentation of 'org.apache.commons.math3.linear.IterativeLinearSolver' Java class
IterativeLinearSolver
org.apache.commons.math3.linear

Class IterativeLinearSolver

  • Direct Known Subclasses:
    PreconditionedIterativeLinearSolver


    public abstract class IterativeLinearSolver
    extends java.lang.Object
    This abstract class defines an iterative solver for the linear system A · x = b. In what follows, the residual r is defined as r = b - A · x, where A is the linear operator of the linear system, b is the right-hand side vector, and x the current estimate of the solution.
    Since:
    3.0

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.