Parallel Colt 0.7.2

Uses of Package
cern.colt.list.tfloat

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

Classes in cern.colt.list.tfloat used by cern.colt.buffer.tfloat
FloatArrayList
          Resizable list holding float elements; implemented with arrays.
 

Classes in cern.colt.list.tfloat used by cern.colt.list.tfloat
AbstractFloatList
          Abstract base class for resizable lists holding float elements; abstract.
FloatArrayList
          Resizable list holding float elements; implemented with arrays.
 

Classes in cern.colt.list.tfloat used by cern.colt.map.tfloat
FloatArrayList
          Resizable list holding float elements; implemented with arrays.
 

Classes in cern.colt.list.tfloat used by cern.colt.matrix.tfloat
AbstractFloatList
          Abstract base class for resizable lists holding float elements; abstract.
FloatArrayList
          Resizable list holding float elements; implemented with arrays.
 

Classes in cern.colt.list.tfloat used by cern.colt.matrix.tfloat.impl
FloatArrayList
          Resizable list holding float elements; implemented with arrays.
 

Classes in cern.colt.list.tfloat used by cern.jet.stat.tfloat
FloatArrayList
          Resizable list holding float elements; implemented with arrays.
 

Classes in cern.colt.list.tfloat used by cern.jet.stat.tfloat.quantile
FloatArrayList
          Resizable list holding float elements; implemented with arrays.
 

Classes in cern.colt.list.tfloat used by hep.aida.tfloat.bin
FloatArrayList
          Resizable list holding float elements; implemented with arrays.
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage