Uses of Class
math.matrix.expressParser.MatrixVariable
| Package | Description |
|---|---|
| math.matrix |
-
Uses of MatrixVariable in math.matrix
Methods in math.matrix that return MatrixVariable Modifier and Type Method Description MatrixVariableMatrixVariableManager. getVarFromIndex(int index)Methods in math.matrix that return types with arguments of type MatrixVariable Modifier and Type Method Description java.util.ArrayList<MatrixVariable>MatrixVariableManager. getVarStore()Method parameters in math.matrix with type arguments of type MatrixVariable Modifier and Type Method Description voidMatrixVariableManager. setVarStore(java.util.ArrayList<MatrixVariable> varStore)set the storage to the new one specified by the parameter of this method