|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntIntFunction | |
---|---|
org.apache.mahout.math.jet.math | Tools for basic and advanced mathematics: Arithmetics and Algebra, Polynomials and Chebyshev series, Bessel and Airy functions, Function Objects for generic function evaluation, etc. |
Uses of IntIntFunction in org.apache.mahout.math.jet.math |
---|
Fields in org.apache.mahout.math.jet.math declared as IntIntFunction | |
---|---|
static IntIntFunction |
IntFunctions.and
Deprecated. Function that returns a & b. |
static IntIntFunction |
IntFunctions.compare
Deprecated. Function that returns a < b ? -1 : a > b ? 1 : 0. |
static IntIntFunction |
IntFunctions.div
Deprecated. Function that returns a / b. |
static IntIntFunction |
IntFunctions.equals
Deprecated. Function that returns a == b ? 1 : 0. |
static IntIntFunction |
IntFunctions.max
Deprecated. Function that returns Math.max(a,b). |
static IntIntFunction |
IntFunctions.min
Deprecated. Function that returns Math.min(a,b). |
static IntIntFunction |
IntFunctions.minus
Deprecated. Function that returns a - b. |
static IntIntFunction |
IntFunctions.mult
Deprecated. Function that returns a * b. |
static IntIntFunction |
IntFunctions.or
Deprecated. Function that returns a | b. |
static IntIntFunction |
IntFunctions.plus
Deprecated. Function that returns a + b. |
static IntIntFunction |
IntFunctions.pow
Deprecated. Function that returns (int) Math.pow(a,b). |
Methods in org.apache.mahout.math.jet.math that return IntIntFunction | |
---|---|
static IntIntFunction |
IntFunctions.chain(IntFunction g,
IntIntFunction h)
Deprecated. Constructs the function g( h(a,b) ). |
static IntIntFunction |
IntFunctions.chain(IntIntFunction f,
IntFunction g,
IntFunction h)
Deprecated. Constructs the function f( g(a), h(b) ). |
Methods in org.apache.mahout.math.jet.math with parameters of type IntIntFunction | |
---|---|
static IntIntFunction |
IntFunctions.chain(IntFunction g,
IntIntFunction h)
Deprecated. Constructs the function g( h(a,b) ). |
static IntIntFunction |
IntFunctions.chain(IntIntFunction f,
IntFunction g,
IntFunction h)
Deprecated. Constructs the function f( g(a), h(b) ). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |