Uses of Class
com.github.gbenroscience.math.matrix.expressParser.MatrixFunction
Packages that use MatrixFunction
Package
Description
-
Uses of MatrixFunction in com.github.gbenroscience.math.matrix.expressParser
Methods in com.github.gbenroscience.math.matrix.expressParser with parameters of type MatrixFunction -
Uses of MatrixFunction in com.github.gbenroscience.util
Methods in com.github.gbenroscience.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 com.github.gbenroscience.util that return types with arguments of type MatrixFunctionMethods in com.github.gbenroscience.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 com.github.gbenroscience.util with type arguments of type MatrixFunctionModifier and TypeMethodDescriptionvoidMatrixFunctionManager.setFunctions(ArrayList<MatrixFunction> functions)