Parallel Colt 0.7.2

Uses of Class
cern.colt.matrix.tdouble.impl.RCMDoubleMatrix2D

Packages that use RCMDoubleMatrix2D
cern.colt.matrix.tdouble.algo.solver.preconditioner Preconditioners for iterative solvers. 
cern.colt.matrix.tdouble.impl Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of double data type. 
 

Uses of RCMDoubleMatrix2D in cern.colt.matrix.tdouble.algo.solver.preconditioner
 

Constructors in cern.colt.matrix.tdouble.algo.solver.preconditioner with parameters of type RCMDoubleMatrix2D
DoubleILUT(RCMDoubleMatrix2D LU)
          Sets up the preconditioner for the given matrix.
DoubleILUT(RCMDoubleMatrix2D LU, double tau, int p)
          Sets up the preconditioner for the given matrix
 

Uses of RCMDoubleMatrix2D in cern.colt.matrix.tdouble.impl
 

Methods in cern.colt.matrix.tdouble.impl that return RCMDoubleMatrix2D
 RCMDoubleMatrix2D SparseDoubleMatrix2D.convertToRCMDoubleMatrix2D()
           
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage