Uses of Class
one.microstream.math.Matrix.IterationMode
-
Packages that use Matrix.IterationMode Package Description one.microstream.math -
-
Uses of Matrix.IterationMode in one.microstream.math
Methods in one.microstream.math that return Matrix.IterationMode Modifier and Type Method Description static Matrix.IterationMode
Matrix.IterationMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Matrix.IterationMode[]
Matrix.IterationMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-