Uses of Class
math.matrix.expressParser.MatrixFunction
| Package | Description |
|---|---|
| math.matrix.expressParser | |
| util |
-
Uses of MatrixFunction in math.matrix.expressParser
Methods in math.matrix.expressParser with parameters of type MatrixFunction Modifier and Type Method Description voidMNumber. validateNumber(MatrixFunction function)Constructors in math.matrix.expressParser with parameters of type MatrixFunction Constructor Description MSet(MatrixFunction function, java.util.List<java.lang.String> data)Creates a new MSet object initialized with a set of data coming from a mathematical MathExpression. -
Uses of MatrixFunction in util
Methods in util that return MatrixFunction Modifier and Type Method Description MatrixFunctionMatrixFunctionManager. getFunction(MatrixFunction function)MatrixFunctionMatrixFunctionManager. getFunctionAt(int index)MatrixFunctionMatrixFunctionManager. getFunctionByName(java.lang.String funcName)MatrixFunctionMatrixFunctionManager. getFunctionByScanner(java.util.ArrayList<java.lang.String> scanner)MatrixFunctionMatrixFunctionManager. optimizeFunction(java.lang.String name)Methods in util that return types with arguments of type MatrixFunction Modifier and Type Method Description java.util.ArrayList<MatrixFunction>MatrixFunctionManager. getFunctions()Methods in util with parameters of type MatrixFunction Modifier and Type Method Description booleanMatrixFunctionManager. contains(MatrixFunction func)MatrixFunctionMatrixFunctionManager. getFunction(MatrixFunction function)voidMatrixFunctionManager. storeFunction(MatrixFunction function)stores a Function in objects of this class.Method parameters in util with type arguments of type MatrixFunction Modifier and Type Method Description voidMatrixFunctionManager. setFunctions(java.util.ArrayList<MatrixFunction> functions)