|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectFunction | |
---|---|
cern.colt.matrix.tobject | Matrix interfaces and factories holding elements of Object data type. |
cern.colt.matrix.tobject.impl | Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of Object data type. |
Uses of ObjectFunction in cern.colt.matrix.tobject |
---|
Methods in cern.colt.matrix.tobject with parameters of type ObjectFunction | |
---|---|
Object |
ObjectMatrix3D.aggregate(ObjectObjectFunction aggr,
ObjectFunction f)
Applies a function to each cell and aggregates the results. |
Object |
ObjectMatrix2D.aggregate(ObjectObjectFunction aggr,
ObjectFunction f)
Applies a function to each cell and aggregates the results. |
Object |
ObjectMatrix1D.aggregate(ObjectObjectFunction aggr,
ObjectFunction f)
Applies a function to each cell and aggregates the results. |
Object |
ObjectMatrix1D.aggregate(ObjectObjectFunction aggr,
ObjectFunction f,
IntArrayList indexList)
Applies a function to all cells with a given indexes and aggregates the results. |
Object |
ObjectMatrix2D.aggregate(ObjectObjectFunction aggr,
ObjectFunction f,
IntArrayList rowList,
IntArrayList columnList)
Applies a function to all cells with a given indexes and aggregates the results. |
Object |
ObjectMatrix3D.aggregate(ObjectObjectFunction aggr,
ObjectFunction f,
IntArrayList sliceList,
IntArrayList rowList,
IntArrayList columnList)
Applies a function to all cells with a given indexes and aggregates the results. |
Object |
ObjectMatrix3D.aggregate(ObjectObjectFunction aggr,
ObjectFunction f,
ObjectProcedure cond)
Applies a function to each cell that satisfies a condition and aggregates the results. |
Object |
ObjectMatrix2D.aggregate(ObjectObjectFunction aggr,
ObjectFunction f,
ObjectProcedure cond)
Applies a function to each cell that satisfies a condition and aggregates the results. |
ObjectMatrix3D |
ObjectMatrix3D.assign(ObjectFunction function)
Assigns the result of a function to each cell; x[slice,row,col] = function(x[slice,row,col]). |
ObjectMatrix2D |
ObjectMatrix2D.assign(ObjectFunction function)
Assigns the result of a function to each cell; x[row,col] = function(x[row,col]). |
ObjectMatrix1D |
ObjectMatrix1D.assign(ObjectFunction function)
Assigns the result of a function to each cell; x[i] = function(x[i]). |
ObjectMatrix3D |
ObjectMatrix3D.assign(ObjectProcedure cond,
ObjectFunction f)
Assigns the result of a function to all cells that satisfy a condition. |
ObjectMatrix2D |
ObjectMatrix2D.assign(ObjectProcedure cond,
ObjectFunction f)
Assigns the result of a function to all cells that satisfy a condition. |
Uses of ObjectFunction in cern.colt.matrix.tobject.impl |
---|
|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |