Parallel Colt 0.7.2

Uses of Class
cern.colt.matrix.tfloat.impl.RCMFloatMatrix2D

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

Uses of RCMFloatMatrix2D in cern.colt.matrix.tfloat.algo.solver.preconditioner
 

Constructors in cern.colt.matrix.tfloat.algo.solver.preconditioner with parameters of type RCMFloatMatrix2D
FloatILUT(RCMFloatMatrix2D LU)
          Sets up the preconditioner for the given matrix.
FloatILUT(RCMFloatMatrix2D LU, float tau, int p)
          Sets up the preconditioner for the given matrix
 

Uses of RCMFloatMatrix2D in cern.colt.matrix.tfloat.impl
 

Methods in cern.colt.matrix.tfloat.impl that return RCMFloatMatrix2D
 RCMFloatMatrix2D SparseFloatMatrix2D.convertToRCMFloatMatrix2D()
           
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage