Class IndexedMatrixValue
- java.lang.Object
- 
- org.apache.sysds.runtime.instructions.spark.data.IndexedMatrixValue
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class IndexedMatrixValue extends Object implements Serializable - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description IndexedMatrixValue()IndexedMatrixValue(Class<? extends MatrixValue> cls)IndexedMatrixValue(IndexedMatrixValue that)IndexedMatrixValue(MatrixIndexes ind, MatrixValue b)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MatrixIndexesgetIndexes()MatrixValuegetValue()voidset(MatrixIndexes indexes2, MatrixValue block2)StringtoString()
 
- 
- 
- 
Constructor Detail- 
IndexedMatrixValuepublic IndexedMatrixValue() 
 - 
IndexedMatrixValuepublic IndexedMatrixValue(Class<? extends MatrixValue> cls) 
 - 
IndexedMatrixValuepublic IndexedMatrixValue(MatrixIndexes ind, MatrixValue b) 
 - 
IndexedMatrixValuepublic IndexedMatrixValue(IndexedMatrixValue that) 
 
- 
 - 
Method Detail- 
getIndexespublic MatrixIndexes getIndexes() 
 - 
getValuepublic MatrixValue getValue() 
 - 
setpublic void set(MatrixIndexes indexes2, MatrixValue block2) 
 
- 
 
-