Uses of Class
edu.umbc.cs.maple.utils.JamaUtils.Function
-
Packages that use JamaUtils.Function Package Description edu.umbc.cs.maple.utils -
-
Uses of JamaUtils.Function in edu.umbc.cs.maple.utils
Methods in edu.umbc.cs.maple.utils that return JamaUtils.Function Modifier and Type Method Description static JamaUtils.FunctionJamaUtils.Function. valueOf(String name)Returns the enum constant of this type with the specified name.static JamaUtils.Function[]JamaUtils.Function. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.umbc.cs.maple.utils with parameters of type JamaUtils.Function Modifier and Type Method Description static voidJamaUtils. makeMatrixSymmetric(Jama.Matrix m, JamaUtils.Function f)Makes a matrix symmetric by applying a function to symmetric elements.
-