Parallel Colt 0.7.2

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

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

Methods in cern.colt.matrix.tfloat.impl that return SparseFloatMatrix2D
 SparseFloatMatrix2D SparseFloatMatrix2D.assign(int[] rowIndexes, int[] columnIndexes, float[] values, FloatFloatFunction function)
           
 SparseFloatMatrix2D SparseFloatMatrix2D.assign(int[] rowIndexes, int[] columnIndexes, float value, FloatFloatFunction function)
           
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage