Uses of Interface
org.apache.mahout.math.matrix.DoubleMatrix2DProcedure

Packages that use DoubleMatrix2DProcedure
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. 
 

Uses of DoubleMatrix2DProcedure in org.apache.mahout.math.matrix
 

Methods in org.apache.mahout.math.matrix with parameters of type DoubleMatrix2DProcedure
 DoubleMatrix3D DoubleMatrix3D.viewSelection(DoubleMatrix2DProcedure condition)
          Deprecated. Constructs and returns a new selection view that is a matrix holding all slices matching the given condition.
 

Uses of DoubleMatrix2DProcedure in org.apache.mahout.math.matrix.doublealgo
 

Methods in org.apache.mahout.math.matrix.doublealgo with parameters of type DoubleMatrix2DProcedure
static int Stencil.stencil9(DoubleMatrix2D A, Double9Function function, int maxIterations, DoubleMatrix2DProcedure hasConverged, int convergenceIterations)
          Deprecated. 9 point stencil operation.
 



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