Parallel Colt 0.7.2

Package cern.colt.matrix.tdouble.algo.solver.preconditioner

Preconditioners for iterative solvers.

See:
          Description

Interface Summary
DoublePreconditioner Preconditioner interface.
 

Class Summary
DoubleAMG Algebraic multigrid preconditioner.
DoubleDiagonal Diagonal preconditioner.
DoubleICC Incomplete Cholesky preconditioner without fill-in using a compressed row matrix as internal storage
DoubleIdentity  
DoubleILU ILU(0) preconditioner using a compressed row matrix as internal storage
DoubleILUT ILU preconditioner with fill-in.
DoubleSSOR SSOR preconditioner.
 

Package cern.colt.matrix.tdouble.algo.solver.preconditioner Description

Preconditioners for iterative solvers.


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage