|
Colt 1.0.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnaryOperator | |
jal.FLOAT | Algorithms on float arrays; A partial STL port by the C++ Standard Template Library authors. |
Uses of UnaryOperator in jal.FLOAT |
Methods in jal.FLOAT with parameters of type UnaryOperator | |
static void |
transform(float[] source,
float[] destination,
int first,
int last,
int to,
UnaryOperator f)
Performs an operation on every element of a range and assigns the result to elements in another range. |
|
Colt 1.0.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |