org.apache.mahout.math.buffer
Interface DoubleBuffer3DConsumer

All Known Implementing Classes:
DoubleBuffer3D

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

@Deprecated
public interface DoubleBuffer3DConsumer


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

Method Detail

addAllOf

void addAllOf(DoubleArrayList x,
              DoubleArrayList y,
              DoubleArrayList z)
Deprecated. 
Adds all specified (x,y,z) 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.
z - the z-coordinates of the points to be added.


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