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.Function
JamaUtils.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 void
JamaUtils. makeMatrixSymmetric(Jama.Matrix m, JamaUtils.Function f)
Makes a matrix symmetric by applying a function to symmetric elements.
-