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 Summary
Constructors Constructor Description IndexedMatrixValue()
IndexedMatrixValue(Class<? extends MatrixValue> cls)
IndexedMatrixValue(IndexedMatrixValue that)
IndexedMatrixValue(MatrixIndexes ind, MatrixValue b)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MatrixIndexes
getIndexes()
MatrixValue
getValue()
void
set(MatrixIndexes indexes2, MatrixValue block2)
String
toString()
-
-
-
Constructor Detail
-
IndexedMatrixValue
public IndexedMatrixValue()
-
IndexedMatrixValue
public IndexedMatrixValue(Class<? extends MatrixValue> cls)
-
IndexedMatrixValue
public IndexedMatrixValue(MatrixIndexes ind, MatrixValue b)
-
IndexedMatrixValue
public IndexedMatrixValue(IndexedMatrixValue that)
-
-
Method Detail
-
getIndexes
public MatrixIndexes getIndexes()
-
getValue
public MatrixValue getValue()
-
set
public void set(MatrixIndexes indexes2, MatrixValue block2)
-
-