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) FloatIntervalDomainFloatIntervalDomainIntervalEnumeration. domainstatic FloatIntervalDomainFloatIntervalDomain. emptyDomainAn 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 FloatIntervalDomainFloatDomain. addBounds(double a, double b, double c, double d)FloatIntervalDomainFloatIntervalDomain. clone()It clones the domain object.FloatIntervalDomainFloatIntervalDomain. cloneLight()It clones the domain object, only data responsible for encoding domain values is cloned.static FloatIntervalDomainFloatDomain. divBounds(double a, double b, double c, double d)static FloatIntervalDomainFloatDomain. mulBounds(double a, double b, double c, double d)static FloatIntervalDomainFloatDomain. subBounds(double a, double b, double c, double d)FloatIntervalDomainFloatIntervalDomain. 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)
-