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.varStoreMethods in math.matrix that return MatrixVariableModifier and TypeMethodDescriptionprivate MatrixVariableMatrixVariableManager.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 TypeMethodDescriptionvoidMatrixVariableManager.setVarStore(ArrayList<MatrixVariable> varStore) set the storage to the new one specified by the parameter of this method