Uses of Class
org.ojalgo.algebra.NumberSet
-
Packages that use NumberSet Package Description org.ojalgo.algebra org.ojalgo.type.math -
-
Uses of NumberSet in org.ojalgo.algebra
Methods in org.ojalgo.algebra that return NumberSet Modifier and Type Method Description static NumberSetNumberSet. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NumberSet[]NumberSet. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NumberSet in org.ojalgo.type.math
Fields in org.ojalgo.type.math declared as NumberSet Modifier and Type Field Description private NumberSetMathType. myNumberSetMethods in org.ojalgo.type.math that return NumberSet Modifier and Type Method Description NumberSetMathType. getNumberSet()Constructors in org.ojalgo.type.math with parameters of type NumberSet Constructor Description MathType(NumberSet numberSet, int components, JavaType javaType)
-