Block (Apache SystemDS 3.4.0-SNAPSHOT API)
-
- All Known Implementing Classes:
DenseBlock,DenseBlockBool,DenseBlockDRB,DenseBlockFP32,DenseBlockFP64,DenseBlockFP64DEDUP,DenseBlockInt32,DenseBlockInt64,DenseBlockLBool,DenseBlockLDRB,DenseBlockLFP32,DenseBlockLFP64,DenseBlockLFP64DEDUP,DenseBlockLInt32,DenseBlockLInt64,DenseBlockLString,DenseBlockString,SparseBlock,SparseBlockCOO,SparseBlockCSC,SparseBlockCSR,SparseBlockDCSR,SparseBlockMCSC,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).
-