|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LongProcedure | |
---|---|
cern.colt.list.tlong | Resizable list holding elements of long data type. |
cern.colt.map.tdouble | Automatically growing and shrinking map holding elements of double data type. |
cern.colt.map.tfloat | Automatically growing and shrinking map holding elements of float data type. |
cern.colt.map.tlong | Automatically growing and shrinking map holding elements of long data type. |
cern.colt.map.tobject | Automatically growing and shrinking map holding elements of Object data type. |
cern.colt.matrix.tlong | Matrix interfaces and factories holding elements of long data type. |
cern.colt.matrix.tlong.impl | Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of long data type. |
cern.jet.math.tlong | Tools for basic and advanced mathematics: Arithmetics and Function Objects for generic function evaluation operating on long data type. |
Uses of LongProcedure in cern.colt.list.tlong |
---|
Methods in cern.colt.list.tlong with parameters of type LongProcedure | |
---|---|
boolean |
LongArrayList.forEach(LongProcedure procedure)
Applies a procedure to each element of the receiver, if any. |
boolean |
AbstractLongList.forEach(LongProcedure procedure)
Applies a procedure to each element of the receiver, if any. |
Uses of LongProcedure in cern.colt.map.tdouble |
---|
Methods in cern.colt.map.tdouble with parameters of type LongProcedure | |
---|---|
boolean |
OpenLongDoubleHashMap.forEachKey(LongProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
abstract boolean |
AbstractLongDoubleMap.forEachKey(LongProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
Uses of LongProcedure in cern.colt.map.tfloat |
---|
Methods in cern.colt.map.tfloat with parameters of type LongProcedure | |
---|---|
boolean |
OpenLongFloatHashMap.forEachKey(LongProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
abstract boolean |
AbstractLongFloatMap.forEachKey(LongProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
Uses of LongProcedure in cern.colt.map.tlong |
---|
Methods in cern.colt.map.tlong with parameters of type LongProcedure | |
---|---|
boolean |
OpenLongLongHashMap.forEachKey(LongProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
boolean |
OpenLongIntHashMap.forEachKey(LongProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
abstract boolean |
AbstractLongLongMap.forEachKey(LongProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
abstract boolean |
AbstractLongIntMap.forEachKey(LongProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
Uses of LongProcedure in cern.colt.map.tobject |
---|
Methods in cern.colt.map.tobject with parameters of type LongProcedure | |
---|---|
boolean |
OpenLongObjectHashMap.forEachKey(LongProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
abstract boolean |
AbstractLongObjectMap.forEachKey(LongProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
Uses of LongProcedure in cern.colt.matrix.tlong |
---|
Methods in cern.colt.matrix.tlong with parameters of type LongProcedure | |
---|---|
long |
LongMatrix3D.aggregate(LongLongFunction aggr,
LongFunction f,
LongProcedure cond)
Applies a function to each cell that satisfies a condition and aggregates the results. |
long |
LongMatrix2D.aggregate(LongLongFunction aggr,
LongFunction f,
LongProcedure cond)
Applies a function to each cell that satisfies a condition and aggregates the results. |
LongMatrix3D |
LongMatrix3D.assign(LongProcedure cond,
long value)
Assigns a value to all cells that satisfy a condition. |
LongMatrix2D |
LongMatrix2D.assign(LongProcedure cond,
long value)
Assigns a value to all cells that satisfy a condition. |
LongMatrix1D |
LongMatrix1D.assign(LongProcedure cond,
long value)
Assigns a value to all cells that satisfy a condition. |
LongMatrix3D |
LongMatrix3D.assign(LongProcedure cond,
LongFunction f)
Assigns the result of a function to all cells that satisfy a condition. |
LongMatrix2D |
LongMatrix2D.assign(LongProcedure cond,
LongFunction f)
Assigns the result of a function to all cells that satisfy a condition. |
LongMatrix1D |
LongMatrix1D.assign(LongProcedure cond,
LongFunction f)
Assigns the result of a function to all cells that satisfy a condition. |
LongMatrix1D |
LongMatrix1D.viewSelection(LongProcedure condition)
Constructs and returns a new selection view that is a matrix holding the cells matching the given condition. |
Uses of LongProcedure in cern.colt.matrix.tlong.impl |
---|
Methods in cern.colt.matrix.tlong.impl with parameters of type LongProcedure | |
---|---|
long |
DenseLongMatrix3D.aggregate(LongLongFunction aggr,
LongFunction f,
LongProcedure cond)
|
long |
DenseLongMatrix2D.aggregate(LongLongFunction aggr,
LongFunction f,
LongProcedure cond)
|
long |
DenseColumnLongMatrix2D.aggregate(LongLongFunction aggr,
LongFunction f,
LongProcedure cond)
|
LongMatrix3D |
DenseLongMatrix3D.assign(LongProcedure cond,
long value)
|
LongMatrix2D |
DenseLongMatrix2D.assign(LongProcedure cond,
long value)
|
LongMatrix1D |
DenseLongMatrix1D.assign(LongProcedure cond,
long value)
|
LongMatrix2D |
DenseColumnLongMatrix2D.assign(LongProcedure cond,
long value)
|
LongMatrix3D |
DenseLongMatrix3D.assign(LongProcedure cond,
LongFunction f)
|
LongMatrix2D |
DenseLongMatrix2D.assign(LongProcedure cond,
LongFunction function)
|
LongMatrix1D |
DenseLongMatrix1D.assign(LongProcedure cond,
LongFunction function)
|
LongMatrix2D |
DenseColumnLongMatrix2D.assign(LongProcedure cond,
LongFunction function)
|
Uses of LongProcedure in cern.jet.math.tlong |
---|
Methods in cern.jet.math.tlong that return LongProcedure | |
---|---|
static LongProcedure |
LongFunctions.isBetween(long from,
long to)
Constructs a function that returns from<=a && a<=to. |
static LongProcedure |
LongFunctions.isEqual(long b)
Constructs a function that returns a == b. |
static LongProcedure |
LongFunctions.isGreater(long b)
Constructs a function that returns a > b. |
static LongProcedure |
LongFunctions.isLess(long b)
Constructs a function that returns a < b. |
|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |