Package org.apache.mahout.math.solver

Interface Summary
Preconditioner Interface for defining preconditioners used for improving the performance and/or stability of linear system solvers.
 

Class Summary
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–2014 The Apache Software Foundation. All rights reserved.