Uses of Interface
org.apache.mahout.math.solver.Preconditioner

Packages that use Preconditioner
org.apache.mahout.math.solver   
 

Uses of Preconditioner in org.apache.mahout.math.solver
 

Classes in org.apache.mahout.math.solver that implement Preconditioner
 class JacobiConditioner
          Implements the Jacobi preconditioner for a matrix A.
 

Methods in org.apache.mahout.math.solver with parameters of type Preconditioner
 Vector ConjugateGradientSolver.solve(VectorIterable a, Vector b, Preconditioner precond)
          Solves the system Ax = b with default termination criteria using the specified preconditioner.
 Vector ConjugateGradientSolver.solve(VectorIterable a, Vector b, Preconditioner preconditioner, int maxIterations, double maxError)
          Solves the system Ax = b, where A is a linear operator and b is a vector.
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.