Uses of Class
math.matrix.expressParser.MatrixFunction
Packages that use MatrixFunction
-
Uses of MatrixFunction in math.matrix.expressParser
Methods in math.matrix.expressParser with parameters of type MatrixFunctionConstructors in math.matrix.expressParser with parameters of type MatrixFunctionModifierConstructorDescriptionMSet(MatrixFunction function, List<String> data) Creates a new MSet object initialized with a set of data coming from a mathematical MathExpression. -
Uses of MatrixFunction in util
Fields in util with type parameters of type MatrixFunctionModifier and TypeFieldDescriptionprivate ArrayList<MatrixFunction> MatrixFunctionManager.functionsMethods in util that return MatrixFunctionModifier and TypeMethodDescriptionMatrixFunctionManager.getFunction(MatrixFunction function) MatrixFunctionManager.getFunctionAt(int index) MatrixFunctionManager.getFunctionByName(String funcName) MatrixFunctionManager.getFunctionByScanner(ArrayList<String> scanner) MatrixFunctionManager.optimizeFunction(String name) Methods in util that return types with arguments of type MatrixFunctionMethods in util with parameters of type MatrixFunctionModifier and TypeMethodDescriptionbooleanMatrixFunctionManager.contains(MatrixFunction func) MatrixFunctionManager.getFunction(MatrixFunction function) voidMatrixFunctionManager.storeFunction(MatrixFunction function) stores a Function in objects of this class.Method parameters in util with type arguments of type MatrixFunctionModifier and TypeMethodDescriptionvoidMatrixFunctionManager.setFunctions(ArrayList<MatrixFunction> functions)