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.functions
Methods 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 TypeMethodDescriptionboolean
MatrixFunctionManager.contains
(MatrixFunction func) MatrixFunctionManager.getFunction
(MatrixFunction function) void
MatrixFunctionManager.storeFunction
(MatrixFunction function) stores a Function in objects of this class.Method parameters in util with type arguments of type MatrixFunctionModifier and TypeMethodDescriptionvoid
MatrixFunctionManager.setFunctions
(ArrayList<MatrixFunction> functions)