|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use cern.colt | |
---|---|
cern.colt | Core base classes; Operations on primitive arrays such as sorting, partitioning and permuting. |
cern.colt.buffer.tboolean | Fixed sized (non resizable) streaming buffers holding boolean elements connected to a target objects to which data is automatically flushed upon buffer overflow. |
cern.colt.buffer.tbyte | Fixed sized (non resizable) streaming buffers holding byte elements connected to a target objects to which data is automatically flushed upon buffer overflow. |
cern.colt.buffer.tchar | Fixed sized (non resizable) streaming buffers holding char elements connected to a target objects to which data is automatically flushed upon buffer overflow. |
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.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.buffer.tint | Fixed sized (non resizable) streaming buffers holding int elements connected to a target objects to which data is automatically flushed upon buffer overflow. |
cern.colt.buffer.tlong | Fixed sized (non resizable) streaming buffers holding long elements connected to a target objects to which data is automatically flushed upon buffer overflow. |
cern.colt.buffer.tobject | Fixed sized (non resizable) streaming buffers holding Object elements connected to a target objects to which data is automatically flushed upon buffer overflow. |
cern.colt.buffer.tshort | Fixed sized (non resizable) streaming buffers holding short elements 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.list.tboolean | Resizable list holding elements of boolean data type. |
cern.colt.list.tbyte | Resizable list holding elements of byte data type. |
cern.colt.list.tchar | Resizable list holding elements of char data type. |
cern.colt.list.tdouble | Resizable list holding elements of double data type. |
cern.colt.list.tfloat | Resizable list holding elements of float data type. |
cern.colt.list.tint | Resizable list holding elements of int data type. |
cern.colt.list.tlong | Resizable list holding elements of long data type. |
cern.colt.list.tobject | Resizable list holding elements of Object data type. |
cern.colt.list.tshort | Resizable list holding elements of short data type. |
cern.colt.map | Automatically growing and shrinking maps holding objects or primitive data types such as int, double, etc. |
cern.colt.map.tdouble | Automatically growing and shrinking map holding elements of double data type. |
cern.colt.map.tfloat | Automatically growing and shrinking map holding elements of float data type. |
cern.colt.map.tint | Automatically growing and shrinking map holding elements of int data type. |
cern.colt.map.tlong | Automatically growing and shrinking map holding elements of long data type. |
cern.colt.map.tobject | Automatically growing and shrinking map holding elements of Object data type. |
cern.colt.matrix | Matrix interfaces and factories; efficient and flexible dense and sparse 1, 2, 3-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.tbit | Bit vectors and bit matrices. |
cern.colt.matrix.tdcomplex | Matrix interfaces and factories holding elements of dcomplex data type. |
cern.colt.matrix.tdcomplex.impl | Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of dcomplex data type. |
cern.colt.matrix.tdouble | Matrix interfaces and factories holding elements of double data type. |
cern.colt.matrix.tdouble.algo | Linear Algebraic matrix computations operating on DoubleMatrix2D
and DoubleMatrix1D . |
cern.colt.matrix.tdouble.impl | Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of double data type. |
cern.colt.matrix.tfcomplex | Matrix interfaces and factories holding elements of fcomplex data type. |
cern.colt.matrix.tfcomplex.impl | Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of fcomplex data type. |
cern.colt.matrix.tfloat | Matrix interfaces and factories holding elements of float data type. |
cern.colt.matrix.tfloat.algo | Linear Algebraic matrix computations operating on FloatMatrix2D
and FloatMatrix1D . |
cern.colt.matrix.tfloat.impl | Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of float data type. |
cern.colt.matrix.tint | Matrix interfaces and factories holding elements of int data type. |
cern.colt.matrix.tint.algo | Algorithms operating on integer matrices. |
cern.colt.matrix.tint.impl | Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of int data type. |
cern.colt.matrix.tlong | Matrix interfaces and factories holding elements of long data type. |
cern.colt.matrix.tlong.algo | Algorithms operating on long integer matrices. |
cern.colt.matrix.tlong.impl | Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of long data type. |
cern.colt.matrix.tobject | Matrix interfaces and factories holding elements of Object data type. |
cern.colt.matrix.tobject.algo | Object matrix algorithms such as print formatting, sorting, partitioning and statistics. |
cern.colt.matrix.tobject.impl | Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of Object data type. |
cern.jet.random.tdouble | Large variety of probability distributions featuring high performance generation of random numbers, CDF's and PDF's. |
cern.jet.random.tdouble.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.tdouble.sampling | Samples (picks) random subsets of data sequences. |
cern.jet.random.tfloat | Large variety of probability distributions featuring high performance generation of random numbers, CDF's and PDF's. |
cern.jet.random.tfloat.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.tfloat.sampling | Samples (picks) random subsets of data sequences. |
cern.jet.stat | 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. |
cern.jet.stat.tfloat.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. |
hep.aida.tfloat.bin | Multisets (bags) with efficient statistics operations defined upon; This package requires the Colt distribution. |
Classes in cern.colt used by cern.colt | |
---|---|
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.buffer.tboolean | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.buffer.tbyte | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.buffer.tchar | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.buffer.tdouble | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.buffer.tfloat | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.buffer.tint | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.buffer.tlong | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.buffer.tobject | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.buffer.tshort | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.list | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.list.tboolean | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.list.tbyte | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.list.tchar | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.list.tdouble | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.list.tfloat | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.list.tint | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.list.tlong | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.list.tobject | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.list.tshort | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.map | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.map.tdouble | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.map.tfloat | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.map.tint | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.map.tlong | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.map.tobject | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.matrix | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.matrix.tbit | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.matrix.tdcomplex | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.matrix.tdcomplex.impl | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.matrix.tdouble | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.matrix.tdouble.algo | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.matrix.tdouble.impl | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.matrix.tfcomplex | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.matrix.tfcomplex.impl | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.matrix.tfloat | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.matrix.tfloat.algo | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.matrix.tfloat.impl | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.matrix.tint | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.matrix.tint.algo | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.matrix.tint.impl | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.matrix.tlong | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.matrix.tlong.algo | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.matrix.tlong.impl | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.matrix.tobject | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.matrix.tobject.algo | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.colt.matrix.tobject.impl | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.jet.random.tdouble | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.jet.random.tdouble.engine | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.jet.random.tdouble.sampling | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.jet.random.tfloat | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.jet.random.tfloat.engine | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.jet.random.tfloat.sampling | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.jet.stat | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.jet.stat.tdouble.quantile | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by cern.jet.stat.tfloat.quantile | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by hep.aida.tdouble.bin | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
Classes in cern.colt used by hep.aida.tfloat.bin | |
---|---|
PersistentObject
This empty class is the common root for all persistent capable classes. |
|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |