Parallel Colt 0.7.2

Uses of Interface
cern.colt.buffer.tdouble.DoubleBuffer2DConsumer

Packages that use DoubleBuffer2DConsumer
cern.colt.buffer.tdouble Fixed sized (non resizable) streaming buffers holding double elements connected to a target objects to which data is automatically flushed upon buffer overflow. 
 

Uses of DoubleBuffer2DConsumer in cern.colt.buffer.tdouble
 

Classes in cern.colt.buffer.tdouble that implement DoubleBuffer2DConsumer
 class DoubleBuffer2D
          Fixed sized (non resizable) streaming buffer connected to a target DoubleBuffer2DConsumer to which data is automatically flushed upon buffer overflow.
 

Constructors in cern.colt.buffer.tdouble with parameters of type DoubleBuffer2DConsumer
DoubleBuffer2D(DoubleBuffer2DConsumer target, int capacity)
          Constructs and returns a new buffer with the given target.
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage