public class IndexedMatrixValue extends Object implements Serializable
| Constructor and Description | 
|---|
IndexedMatrixValue()  | 
IndexedMatrixValue(Class<? extends MatrixValue> cls)  | 
IndexedMatrixValue(IndexedMatrixValue that)  | 
IndexedMatrixValue(MatrixIndexes ind,
                  MatrixValue b)  | 
| Modifier and Type | Method and Description | 
|---|---|
MatrixIndexes | 
getIndexes()  | 
MatrixValue | 
getValue()  | 
void | 
set(MatrixIndexes indexes2,
   MatrixValue block2)  | 
String | 
toString()  | 
public IndexedMatrixValue()
public IndexedMatrixValue(Class<? extends MatrixValue> cls)
public IndexedMatrixValue(MatrixIndexes ind, MatrixValue b)
public IndexedMatrixValue(IndexedMatrixValue that)
public MatrixIndexes getIndexes()
public MatrixValue getValue()
public void set(MatrixIndexes indexes2, MatrixValue block2)
Copyright © 2021 The Apache Software Foundation. All rights reserved.