Parallel Colt 0.7.2

Uses of Class
cern.colt.buffer.tdouble.DoubleBuffer

Packages that use DoubleBuffer
hep.aida.tdouble.bin Multisets (bags) with efficient statistics operations defined upon; This package requires the Colt distribution. 
 

Uses of DoubleBuffer in hep.aida.tdouble.bin
 

Methods in hep.aida.tdouble.bin that return DoubleBuffer
 DoubleBuffer AbstractDoubleBin1D.buffered(int capacity)
          Constructs and returns a streaming buffer connected to the receiver.
 

Methods in hep.aida.tdouble.bin with parameters of type DoubleBuffer
 void DynamicDoubleBin1D.sample(int n, boolean withReplacement, DoubleRandomEngine randomGenerator, DoubleBuffer buffer)
          Uniformly samples (chooses) n random elements with or without replacement from the contained elements and adds them to the given buffer.
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage