| Package | Description |
|---|---|
| org.apache.mahout.math.solver |
| Modifier and Type | Class and Description |
|---|---|
class |
JacobiConditioner
Implements the Jacobi preconditioner for a matrix A.
|
| Modifier and Type | Method and Description |
|---|---|
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–2015 The Apache Software Foundation. All rights reserved.