Parallel Colt 0.7.2

Uses of Package
cern.colt.list.tdouble

Packages that use cern.colt.list.tdouble
cern.colt Core base classes; Operations on primitive arrays such as sorting, partitioning and permuting. 
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. 
cern.colt.list.tdouble Resizable list holding elements of double data type. 
cern.colt.map.tdouble Automatically growing and shrinking map holding elements of double data type. 
cern.colt.matrix.tdouble Matrix interfaces and factories holding elements of double data type. 
cern.colt.matrix.tdouble.impl Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of double data type. 
cern.jet.stat.tdouble Tools for basic and advanced statistics: Estimators, Gamma functions, Beta functions, Probabilities, Special integrals, etc. 
cern.jet.stat.tdouble.quantile Scalable algorithms and data structures to compute approximate quantiles over very large data sequences. 
hep.aida.tdouble.bin Multisets (bags) with efficient statistics operations defined upon; This package requires the Colt distribution. 
 

Classes in cern.colt.list.tdouble used by cern.colt
DoubleArrayList
          Resizable list holding double elements; implemented with arrays.
 

Classes in cern.colt.list.tdouble used by cern.colt.buffer.tdouble
DoubleArrayList
          Resizable list holding double elements; implemented with arrays.
 

Classes in cern.colt.list.tdouble used by cern.colt.list.tdouble
AbstractDoubleList
          Abstract base class for resizable lists holding double elements; abstract.
DoubleArrayList
          Resizable list holding double elements; implemented with arrays.
 

Classes in cern.colt.list.tdouble used by cern.colt.map.tdouble
DoubleArrayList
          Resizable list holding double elements; implemented with arrays.
 

Classes in cern.colt.list.tdouble used by cern.colt.matrix.tdouble
AbstractDoubleList
          Abstract base class for resizable lists holding double elements; abstract.
DoubleArrayList
          Resizable list holding double elements; implemented with arrays.
 

Classes in cern.colt.list.tdouble used by cern.colt.matrix.tdouble.impl
DoubleArrayList
          Resizable list holding double elements; implemented with arrays.
 

Classes in cern.colt.list.tdouble used by cern.jet.stat.tdouble
DoubleArrayList
          Resizable list holding double elements; implemented with arrays.
 

Classes in cern.colt.list.tdouble used by cern.jet.stat.tdouble.quantile
DoubleArrayList
          Resizable list holding double elements; implemented with arrays.
 

Classes in cern.colt.list.tdouble used by hep.aida.tdouble.bin
DoubleArrayList
          Resizable list holding double elements; implemented with arrays.
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage