Uses of Class
cern.colt.buffer.DoubleBuffer
Packages that use DoubleBuffer
Package
Description
Multisets (bags) with efficient statistics operations defined upon; This package
requires the Colt distribution.
-
Uses of DoubleBuffer in hep.aida.bin
Methods in hep.aida.bin that return DoubleBufferModifier and TypeMethodDescriptionAbstractBin1D.buffered
(int capacity) Constructs and returns a streaming buffer connected to the receiver.Methods in hep.aida.bin with parameters of type DoubleBufferModifier and TypeMethodDescriptionvoid
DynamicBin1D.sample
(int n, boolean withReplacement, RandomEngine randomGenerator, DoubleBuffer buffer) Uniformly samples (chooses) n random elements with or without replacement from the contained elements and adds them to the given buffer.