Class MatrixIndexes

java.lang.Object
org.apache.sysds.runtime.matrix.data.MatrixIndexes
All Implemented Interfaces:
Externalizable, Serializable, Comparable<MatrixIndexes>, Comparator<MatrixIndexes>, org.apache.hadoop.io.RawComparator<MatrixIndexes>, org.apache.hadoop.io.Writable, org.apache.hadoop.io.WritableComparable<MatrixIndexes>

public class MatrixIndexes extends Object implements org.apache.hadoop.io.WritableComparable<MatrixIndexes>, org.apache.hadoop.io.RawComparator<MatrixIndexes>, Externalizable
This represent the indexes to the blocks of the matrix. Please note that these indexes are 1-based, whereas the data in the block are zero-based (as they are double arrays).
See Also: