Uses of Interface
org.apache.mahout.math.function.Double9Function

Packages that use Double9Function
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.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 Double9Function in org.apache.mahout.math.matrix
 

Methods in org.apache.mahout.math.matrix with parameters of type Double9Function
 void DoubleMatrix2D.zAssign8Neighbors(DoubleMatrix2D B, Double9Function function)
          Deprecated. 8 neighbor stencil transformation.
 

Uses of Double9Function in org.apache.mahout.math.matrix.impl
 

Methods in org.apache.mahout.math.matrix.impl with parameters of type Double9Function
 void DenseDoubleMatrix2D.zAssign8Neighbors(DoubleMatrix2D B, Double9Function function)
          Deprecated. 8 neighbor stencil transformation.
 



Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.