Uses of Class
org.jacop.floats.core.FloatIntervalDomain
-
Packages that use FloatIntervalDomain Package Description org.jacop.floats.core org.jacop.util -
-
Uses of FloatIntervalDomain in org.jacop.floats.core
Fields in org.jacop.floats.core declared as FloatIntervalDomain Modifier and Type Field Description (package private) FloatIntervalDomain
FloatIntervalDomainIntervalEnumeration. domain
static FloatIntervalDomain
FloatIntervalDomain. emptyDomain
An empty domain, so no constant creation of empty domains is required.Methods in org.jacop.floats.core that return FloatIntervalDomain Modifier and Type Method Description static FloatIntervalDomain
FloatDomain. addBounds(double a, double b, double c, double d)
FloatIntervalDomain
FloatIntervalDomain. clone()
It clones the domain object.FloatIntervalDomain
FloatIntervalDomain. cloneLight()
It clones the domain object, only data responsible for encoding domain values is cloned.static FloatIntervalDomain
FloatDomain. divBounds(double a, double b, double c, double d)
static FloatIntervalDomain
FloatDomain. mulBounds(double a, double b, double c, double d)
static FloatIntervalDomain
FloatDomain. subBounds(double a, double b, double c, double d)
FloatIntervalDomain
FloatIntervalDomain. subtract(double min, double max)
It subtracts min..max from current domain and returns the result.Constructors in org.jacop.floats.core with parameters of type FloatIntervalDomain Constructor Description FloatIntervalDomainIntervalEnumeration(FloatIntervalDomain dom)
It creates an enumeration for a given interval domain. -
Uses of FloatIntervalDomain in org.jacop.util
Methods in org.jacop.util that return FloatIntervalDomain Modifier and Type Method Description static FloatIntervalDomain[][]
Matrix. mult(FloatInterval[][] F, double[][] b)
-