Parallel Colt 0.7.2

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

Packages that use RCFloatMatrix2D
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 RCFloatMatrix2D in cern.colt.matrix.tfloat.algo.solver.preconditioner
 

Constructors in cern.colt.matrix.tfloat.algo.solver.preconditioner with parameters of type RCFloatMatrix2D
FloatICC(RCFloatMatrix2D R)
          Sets up the ICC preconditioner
FloatILU(RCFloatMatrix2D LU)
          Sets up the ILU preconditioner
FloatSSOR(RCFloatMatrix2D F)
          Constructor for SSOR.
FloatSSOR(RCFloatMatrix2D F, boolean reverse, float omegaF, float omegaR)
          Constructor for SSOR
 

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

Methods in cern.colt.matrix.tfloat.impl that return RCFloatMatrix2D
 RCFloatMatrix2D SparseFloatMatrix2D.convertToRCFloatMatrix2D()
           
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage