Package org.apache.sysds.runtime.data
Interface Block
-
- All Known Implementing Classes:
DenseBlock,DenseBlockBool,DenseBlockDRB,DenseBlockFP32,DenseBlockFP64,DenseBlockInt32,DenseBlockInt64,DenseBlockLBool,DenseBlockLDRB,DenseBlockLFP32,DenseBlockLFP64,DenseBlockLInt32,DenseBlockLInt64,DenseBlockLString,DenseBlockString,SparseBlock,SparseBlockCOO,SparseBlockCSR,SparseBlockMCSR
public interface Block
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doubleget(int r, int c)Get value of matrix cell (r,c).
-