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