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.
JacobiConditioner Implements the Jacobi preconditioner for a matrix A.
LSMR Solves sparse least-squares using the LSMR algorithm.
 



Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.