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