|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |