Parallel Colt 0.7.2

Uses of Package
cern.colt.matrix.tfloat.impl

Packages that use cern.colt.matrix.tfloat.impl
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. 
 

Classes in cern.colt.matrix.tfloat.impl used by cern.colt.matrix.tfloat.algo.solver.preconditioner
RCFloatMatrix2D
          Sparse row-compressed 2-d matrix holding float elements.
RCMFloatMatrix2D
          Sparse row-compressed-modified 2-d matrix holding float elements.
 

Classes in cern.colt.matrix.tfloat.impl used by cern.colt.matrix.tfloat.impl
CCFloatMatrix2D
          Sparse row-compressed 2-d matrix holding float elements.
CCMFloatMatrix2D
          Sparse column-compressed-modified 2-d matrix holding float elements.
DenseFloatMatrix2D
          Dense 2-d matrix holding float elements.
RCFloatMatrix2D
          Sparse row-compressed 2-d matrix holding float elements.
RCMFloatMatrix2D
          Sparse row-compressed-modified 2-d matrix holding float elements.
SparseFloatMatrix1D
          Sparse hashed 1-d matrix (aka vector) holding float elements.
SparseFloatMatrix2D
          Sparse hashed 2-d matrix holding float elements.
WrapperFloatMatrix2D
          2-d matrix holding float elements; either a view wrapping another matrix or a matrix whose views are wrappers.
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage