Package org.ojalgo.function.special
Class PowerOf2.IntPower
- java.lang.Object
-
- org.ojalgo.function.special.PowerOf2
-
- org.ojalgo.function.special.PowerOf2.IntPower
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ojalgo.function.special.PowerOf2
PowerOf2.IntPower, PowerOf2.LongPower
-
-
Constructor Summary
Constructors Constructor Description IntPower(int exp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
divide(int dividend)
int
getModuloMask()
int
modulo(int dividend)
-
Methods inherited from class org.ojalgo.function.special.PowerOf2
adjustDown, adjustDown, adjustUp, adjustUp, exponent, find, find, getIntPower, getLongPower, isPowerOf2, isPowerOf2, largestNotGreaterThan, largestNotGreaterThan, powerOf2Larger, powerOf2Larger, powerOf2Smaller, powerOf2Smaller, powerOfInt2, powerOfLong2, smallestNotLessThan, smallestNotLessThan
-
-