Uses of Package
cern.colt
-
Packages that use cern.colt Package Description cern.colt Core base classes; Operations on primitive arrays such as sorting, partitioning and permuting.cern.colt.bitvector Bit vectors and bit matrices.cern.colt.buffer Fixed sized (non resizable) streaming buffers connected to a target objects to which data is automatically flushed upon buffer overflow.cern.colt.list Resizable lists holding objects or primitive data types such as int, double, etc.cern.colt.map Automatically growing and shrinking maps holding objects or primitive data types such as int, double, etc.cern.colt.matrix Matrix interfaces and factories; efficient and flexible dense and sparse 1, 2, 3 and d-dimensional matrices holding objects or primitive data types such as int, double, etc; Templated, fixed sized (not dynamically resizable); Also known as multi-dimensional arrays or Data Cubes.cern.colt.matrix.bench Matrix benchmarks.cern.colt.matrix.doublealgo Double matrix algorithms such as print formatting, sorting, partitioning and statistics.cern.colt.matrix.impl Matrix implementations; You normally need not look at this package, because all concrete classes implement the abstract interfaces ofcern.colt.matrix
, without subsetting or supersetting.cern.colt.matrix.linalg Linear Algebraic matrix computations operating onDoubleMatrix2D
andDoubleMatrix1D
.cern.colt.matrix.objectalgo Object matrix algorithms such as print formatting, sorting, partitioning and statistics.cern.jet.random Large variety of probability distributions featuring high performance generation of random numbers, CDF's and PDF's.cern.jet.random.engine Engines generating strong uniformly distributed pseudo-random numbers; Needed by all JET probability distributions since they rely on uniform random numbers to generate random numbers from their own distribution.cern.jet.random.sampling Samples (picks) random subsets of data sequences.cern.jet.stat.quantile Scalable algorithms and data structures to compute approximate quantiles over very large data sequences.hep.aida.bin Multisets (bags) with efficient statistics operations defined upon; This package requires the Colt distribution. -
Classes in cern.colt used by cern.colt Class Description PersistentObject This empty class is the common root for all persistent capable classes.Swapper Interface for an object that knows how to swap elements at two positions (a,b).Timer A handy stopwatch for benchmarking. -
Classes in cern.colt used by cern.colt.bitvector Class Description PersistentObject This empty class is the common root for all persistent capable classes. -
Classes in cern.colt used by cern.colt.buffer Class Description PersistentObject This empty class is the common root for all persistent capable classes. -
Classes in cern.colt used by cern.colt.list Class Description PersistentObject This empty class is the common root for all persistent capable classes. -
Classes in cern.colt used by cern.colt.map Class Description PersistentObject This empty class is the common root for all persistent capable classes. -
Classes in cern.colt used by cern.colt.matrix Class Description PersistentObject This empty class is the common root for all persistent capable classes. -
Classes in cern.colt used by cern.colt.matrix.bench Class Description Timer A handy stopwatch for benchmarking. -
Classes in cern.colt used by cern.colt.matrix.doublealgo Class Description PersistentObject This empty class is the common root for all persistent capable classes.Swapper Interface for an object that knows how to swap elements at two positions (a,b). -
Classes in cern.colt used by cern.colt.matrix.impl Class Description PersistentObject This empty class is the common root for all persistent capable classes. -
Classes in cern.colt used by cern.colt.matrix.linalg Class Description PersistentObject This empty class is the common root for all persistent capable classes. -
Classes in cern.colt used by cern.colt.matrix.objectalgo Class Description PersistentObject This empty class is the common root for all persistent capable classes.Swapper Interface for an object that knows how to swap elements at two positions (a,b). -
Classes in cern.colt used by cern.jet.random Class Description PersistentObject This empty class is the common root for all persistent capable classes. -
Classes in cern.colt used by cern.jet.random.engine Class Description PersistentObject This empty class is the common root for all persistent capable classes. -
Classes in cern.colt used by cern.jet.random.sampling Class Description PersistentObject This empty class is the common root for all persistent capable classes. -
Classes in cern.colt used by cern.jet.stat.quantile Class Description PersistentObject This empty class is the common root for all persistent capable classes. -
Classes in cern.colt used by hep.aida.bin Class Description PersistentObject This empty class is the common root for all persistent capable classes.