Parallel Colt 0.7.2

Uses of Interface
cern.colt.buffer.tfloat.FloatBuffer2DConsumer

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

Uses of FloatBuffer2DConsumer in cern.colt.buffer.tfloat
 

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

Constructors in cern.colt.buffer.tfloat with parameters of type FloatBuffer2DConsumer
FloatBuffer2D(FloatBuffer2DConsumer target, int capacity)
          Constructs and returns a new buffer with the given target.
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage