Uses of Class
math.matrix.expressParser.MatrixVariable
Packages that use MatrixVariable
-
Uses of MatrixVariable in math.matrix
Fields in math.matrix with type parameters of type MatrixVariableModifier and TypeFieldDescriptionprivate final ArrayList
<MatrixVariable> MatrixVariableManager.varStore
Methods in math.matrix that return MatrixVariableModifier and TypeMethodDescriptionprivate MatrixVariable
MatrixVariableManager.createMatrixVariable
(String cmd) MatrixVariableManager.getVarFromIndex
(int index) Methods in math.matrix that return types with arguments of type MatrixVariableMethod parameters in math.matrix with type arguments of type MatrixVariableModifier and TypeMethodDescriptionvoid
MatrixVariableManager.setVarStore
(ArrayList<MatrixVariable> varStore) set the storage to the new one specified by the parameter of this method