Parallel Colt 0.9.4

Uses of Class
cern.colt.matrix.tint.impl.SparseIntMatrix1D

Packages that use SparseIntMatrix1D
cern.colt.matrix.tint.impl Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of int data type. 
 

Uses of SparseIntMatrix1D in cern.colt.matrix.tint.impl
 

Methods in cern.colt.matrix.tint.impl that return SparseIntMatrix1D
 SparseIntMatrix1D[] SparseRCMIntMatrix2D.elements()
           
 SparseIntMatrix1D[] SparseCCMIntMatrix2D.elements()
           
 SparseIntMatrix1D SparseCCMIntMatrix2D.viewColumn(int column)
           
 SparseIntMatrix1D SparseRCMIntMatrix2D.viewRow(int row)
           
 


Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage