org.apache.mahout.math.matrix.linalg
Interface Matrix2DMatrix2DFunction


Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.

@Deprecated
public interface Matrix2DMatrix2DFunction


Method Summary
 double apply(DoubleMatrix2D x, DoubleMatrix2D y)
          Deprecated. Applies a function to two arguments.
 

Method Detail

apply

double apply(DoubleMatrix2D x,
             DoubleMatrix2D y)
Deprecated. 
Applies a function to two arguments.

Parameters:
x - the first argument passed to the function.
y - the second argument passed to the function.
Returns:
the result of the function.


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