org.apache.mahout.math.buffer
Interface DoubleBuffer2DConsumer

All Known Implementing Classes:
DoubleBuffer2D

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

@Deprecated
public interface DoubleBuffer2DConsumer


Method Summary
 void addAllOf(DoubleArrayList x, DoubleArrayList y)
          Deprecated. Adds all specified (x,y) points to the receiver.
 

Method Detail

addAllOf

void addAllOf(DoubleArrayList x,
              DoubleArrayList y)
Deprecated. 
Adds all specified (x,y) points to the receiver.

Parameters:
x - the x-coordinates of the points to be added.
y - the y-coordinates of the points to be added.


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