| Interface | Description |
|---|---|
| Preconditioner |
Interface for defining preconditioners used for improving the performance and/or stability of linear
system solvers.
|
| Class | Description |
|---|---|
| ConjugateGradientSolver |
Implementation of a conjugate gradient iterative solver for linear systems.
|
| EigenDecomposition |
Eigenvalues and eigenvectors of a real matrix.
|
| JacobiConditioner |
Implements the Jacobi preconditioner for a matrix A.
|
| LSMR |
Solves sparse least-squares using the LSMR algorithm.
|
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.