|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Double27Function | |
---|---|
org.apache.mahout.math.matrix | Matrix interfaces and factories; efficient and flexible dense and sparse 1, 2, 3 and d-dimensional matrices holding objects or primitive data types such as int, double, etc; Templated, fixed sized (not dynamically resizable); Also known as multi-dimensional arrays or Data Cubes. |
org.apache.mahout.math.matrix.doublealgo | Double matrix algorithms such as print formatting, sorting, partitioning and statistics. |
org.apache.mahout.math.matrix.impl | Matrix implementations; You normally need not look at this package, because all concrete classes implement the
abstract interfaces of org.apache.mahout.math.matrix , without subsetting or supersetting. |
Uses of Double27Function in org.apache.mahout.math.matrix |
---|
Methods in org.apache.mahout.math.matrix with parameters of type Double27Function | |
---|---|
void |
DoubleMatrix3D.zAssign27Neighbors(DoubleMatrix3D B,
Double27Function function)
Deprecated. 27 neighbor stencil transformation. |
Uses of Double27Function in org.apache.mahout.math.matrix.doublealgo |
---|
Methods in org.apache.mahout.math.matrix.doublealgo with parameters of type Double27Function | |
---|---|
static int |
Stencil.stencil27(DoubleMatrix3D A,
Double27Function function,
int maxIterations,
DoubleMatrix3DProcedure hasConverged,
int convergenceIterations)
Deprecated. 27 point stencil operation. |
Uses of Double27Function in org.apache.mahout.math.matrix.impl |
---|
Methods in org.apache.mahout.math.matrix.impl with parameters of type Double27Function | |
---|---|
void |
DenseDoubleMatrix3D.zAssign27Neighbors(DoubleMatrix3D B,
Double27Function function)
Deprecated. 27 neighbor stencil transformation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |