| Name | Description | Type | Package | Framework |
| AbstractBin | Abstract base class for all arbitrary-dimensional bins consumes double elements. | Class | hep.aida.bin | Colt |
|
| AbstractBin1D | Abstract base class for all 1-dimensional bins consumes double elements. | Class | hep.aida.bin | Colt |
|
| AbstractBooleanList | Abstract base class for resizable lists holding boolean elements; abstract. | Class | cern.colt.list | Colt |
|
| AbstractByteList | Abstract base class for resizable lists holding byte elements; abstract. | Class | cern.colt.list | Colt |
|
| AbstractCharList | Abstract base class for resizable lists holding char elements; abstract. | Class | cern.colt.list | Colt |
|
| AbstractCollection | Abstract base class for resizable collections holding objects or primitive data types such as int, float, etc. | Class | cern.colt.list | Colt |
|
| AbstractContinousDistribution | Abstract base class for all continous distributions. | Class | cern.jet.random | Colt |
|
| AbstractDiscreteDistribution | Abstract base class for all discrete distributions. | Class | cern.jet.random | Colt |
|
| AbstractDistribution | Abstract base class for all random distributions. | Class | cern.jet.random | Colt |
|
| AbstractDoubleIntMap | Abstract base class for hash maps holding (key,value) associations of type (double-->int). | Class | cern.colt.map | Colt |
|
| AbstractDoubleList | Abstract base class for resizable lists holding double elements; abstract. | Class | cern.colt.list | Colt |
|
| AbstractFloatList | Abstract base class for resizable lists holding float elements; abstract. | Class | cern.colt.list | Colt |
|
| AbstractFormatter | Abstract base class for flexible, well human readable matrix print formatting. | Class | cern.colt.matrix.impl | Colt |
|
| AbstractIntDoubleMap | Abstract base class for hash maps holding (key,value) associations of type (int-->double). | Class | cern.colt.map | Colt |
|
| AbstractIntIntMap | Abstract base class for hash maps holding (key,value) associations of type (int-->int). | Class | cern.colt.map | Colt |
|
| AbstractIntList | Abstract base class for resizable lists holding int elements; abstract. | Class | cern.colt.list | Colt |
|
| AbstractIntObjectMap | Abstract base class for hash maps holding (key,value) associations of type (int-->Object). | Class | cern.colt.map | Colt |
|
| AbstractList | Abstract base class for resizable lists holding objects or primitive data types such as int, float, etc. | Class | cern.colt.list | Colt |
|
| AbstractLongList | Abstract base class for resizable lists holding long elements; abstract. | Class | cern.colt.list | Colt |
|
| AbstractLongObjectMap | Abstract base class for hash maps holding (key,value) associations of type (long-->Object). | Class | cern.colt.map | Colt |
|
| AbstractMap | Abstract base class for hash maps holding objects or primitive data types such as int, float, etc. | Class | cern.colt.map | Colt |
|
| AbstractMatrix | Abstract base class for arbitrary-dimensional matrices holding objects or primitive data types such as int, float, etc. | Class | cern.colt.matrix.impl | Colt |
|
| AbstractMatrix1D | Abstract base class for 1-d matrices (aka vectors) holding objects or primitive data types such as int, double, etc. | Class | cern.colt.matrix.impl | Colt |
|
| AbstractMatrix2D | Abstract base class for 2-d matrices holding objects or primitive data types such as int, double, etc. | Class | cern.colt.matrix.impl | Colt |
|
| AbstractMatrix3D | Abstract base class for 3-d matrices holding objects or primitive data types such as int, double, etc. | Class | cern.colt.matrix.impl | Colt |
|
| AbstractShortList | Abstract base class for resizable lists holding short elements; abstract. | Class | cern.colt.list | Colt |
|
| Algebra | Linear algebraic matrix operations operating on DoubleMatrix2D; concentrates most functionality of this package. | Class | cern.colt.matrix.linalg | Colt |
|
| Arithmetic | Arithmetic functions. | Class | cern.jet.math | Colt |
|
| Arrays | Array manipulations; complements java. | Class | cern.colt | Colt |
|
| Benchmark | Benchmarks the classes of this package. | Class | cern.colt.map | Colt |
|
| Benchmark | Benchmarks random number generation from various distributions as well as PDF and CDF lookups. | Class | cern.jet.random | Colt |
|
| Benchmark | Benchmarks the performance of the currently provided uniform pseudo-random number generation engines. | Class | cern.jet.random.engine | Colt |
|
| BenchmarkMatrix | Configurable matrix benchmark. | Class | cern.colt.matrix.bench | Colt |
|
| Beta | Beta distribution; math definition and animated definition. | Class | cern.jet.random | Colt |
|
| BinBinFunction1D | Interface that represents a function object: a function that takes two bins as arguments and returns a single value. | Interface | hep.aida.bin | Colt |
|
| BinFunction1D | Interface that represents a function object: a function that takes two bins as arguments and returns a single value. | Interface | hep.aida.bin | Colt |
|
| BinFunctions1D | Function objects computing dynamic bin aggregations; to be passed to generic methods. | Class | hep.aida.bin | Colt |
|
| Binomial | Binomial distribution; See the math definition and animated definition. | Class | cern.jet.random | Colt |
|
| BitMatrix | Fixed sized (non resizable) n*m bit matrix. | Class | cern.colt.bitvector | Colt |
|
| BitVector | Fixed sized (non resizable) bitvector. | Class | cern.colt.bitvector | Colt |
|
| BooleanArrayList | Resizable list holding boolean elements; implemented with arrays. | Class | cern.colt.list | Colt |
|
| BooleanProcedure | Interface that represents a procedure object: a procedure that takes a single argument and does not return a value. | Interface | cern.colt.function | Colt |
|
| BreitWigner | BreitWigner (aka Lorentz) distribution; See the math definition. | Class | cern.jet.random | Colt |
|
| BreitWignerMeanSquare | Mean-square BreitWigner distribution; See the math definition. | Class | cern.jet.random | Colt |
|
| ByteArrayList | Resizable list holding byte elements; implemented with arrays. | Class | cern.colt.list | Colt |
|
| ByteComparator | A comparison function which imposes a total ordering on some collection of elements. | Interface | cern.colt.function | Colt |
|
| ByteProcedure | Interface that represents a procedure object: a procedure that takes a single argument and does not return a value. | Interface | cern.colt.function | Colt |
|
| CharArrayList | Resizable list holding char elements; implemented with arrays. | Class | cern.colt.list | Colt |
|
| CharComparator | A comparison function which imposes a total ordering on some collection of elements. | Interface | cern.colt.function | Colt |
|
| CharProcedure | Interface that represents a procedure object: a procedure that takes a single argument and does not return a value. | Interface | cern.colt.function | Colt |
|
| ChiSquare | ChiSquare distribution; See the math definition and animated definition. | Class | cern.jet.random | Colt |
|
| CholeskyDecomposition | For a symmetric, positive definite matrix A, the Cholesky decompositionis a lower triangular matrix L so that A = L*L'; | Class | cern.colt.matrix.linalg | Colt |
|
| Constants | | Class | cern.jet.math | Colt |
|
| Converter | Histogram conversions, for example to String and XML format; This class requires the Colt distribution, whereas the rest of the package is entirelly stand-alone. | Class | hep.aida.ref | Colt |
|
| DRand | Quick medium quality uniform pseudo-random number generator. | Class | cern.jet.random.engine | Colt |
|
| DenseDoubleMatrix1D | Dense 1-d matrix (aka vector) holding double elements. | Class | cern.colt.matrix.impl | Colt |
|
| DenseDoubleMatrix2D | Dense 2-d matrix holding double elements. | Class | cern.colt.matrix.impl | Colt |
|
| DenseDoubleMatrix3D | Dense 3-d matrix holding double elements. | Class | cern.colt.matrix.impl | Colt |
|
| DenseObjectMatrix1D | Dense 1-d matrix (aka vector) holding Object elements. | Class | cern.colt.matrix.impl | Colt |
|
| DenseObjectMatrix2D | Dense 2-d matrix holding Object elements. | Class | cern.colt.matrix.impl | Colt |
|
| DenseObjectMatrix3D | Dense 3-d matrix holding Object elements. | Class | cern.colt.matrix.impl | Colt |
|
| Descriptive | Basic descriptive statistics. | Class | cern.jet.stat | Colt |
|
| DistinctNumberList | Resizable compressed list holding numbers; based on the fact that a number from a large list with few distinct values need not take more than log(distinctValues) bits; implemented with a MinMaxNumberList. | Class | cern.colt.list | Colt |
|
| Distributions | Contains methods for conveniently generating pseudo-random numbers from special distributions such as the Burr, Cauchy, Erlang, Geometric, Lambda, Laplace, Logistic, Weibull, etc. | Class | cern.jet.random | Colt |
|
| Double27Function | Interface that represents a function object: a function that takes 27 arguments and returns a single value. | Interface | cern.colt.function | Colt |
|
| Double5Function | Interface that represents a function object: a function that takes 5 arguments and returns a single value. | Interface | cern.colt.function | Colt |
|
| Double9Function | Interface that represents a function object: a function that takes 9 arguments and returns a single value. | Interface | cern.colt.function | Colt |
|
| DoubleArrayList | Resizable list holding double elements; implemented with arrays. | Class | cern.colt.list | Colt |
|
| DoubleBuffer | Fixed sized (non resizable) streaming buffer connected to a target DoubleBufferConsumer to which data is automatically flushed upon buffer overflow. | Class | cern.colt.buffer | Colt |
|
| DoubleBuffer2D | Fixed sized (non resizable) streaming buffer connected to a target DoubleBuffer2DConsumer to which data is automatically flushed upon buffer overflow. | Class | cern.colt.buffer | Colt |
|
| DoubleBuffer2DConsumer | Target of a streaming DoubleBuffer2D into which data is flushed upon buffer overflow. | Interface | cern.colt.buffer | Colt |
|
| DoubleBuffer3D | Fixed sized (non resizable) streaming buffer connected to a target DoubleBuffer3DConsumer to which data is automatically flushed upon buffer overflow. | Class | cern.colt.buffer | Colt |
|
| DoubleBuffer3DConsumer | Target of a streaming DoubleBuffer3D into which data is flushed upon buffer overflow. | Interface | cern.colt.buffer | Colt |
|
| DoubleBufferConsumer | Target of a streaming DoubleBuffer into which data is flushed upon buffer overflow. | Interface | cern.colt.buffer | Colt |
|
| DoubleComparator | A comparison function which imposes a total ordering on some collection of elements. | Interface | cern.colt.function | Colt |
|
| DoubleDoubleFunction | Interface that represents a function object: a function that takes two arguments and returns a single value. | Interface | cern.colt.function | Colt |
|
| DoubleDoubleProcedure | Interface that represents a procedure object: a procedure that takes two arguments and does not return a value. | Interface | cern.colt.function | Colt |
|
| DoubleFactory1D | Factory for convenient construction of 1-d matrices holding double cells. | Class | cern.colt.matrix | Colt |
|
| DoubleFactory2D | Factory for convenient construction of 2-d matrices holding double cells. | Class | cern.colt.matrix | Colt |
|
| DoubleFactory3D | Factory for convenient construction of 3-d matrices holding double cells. | Class | cern.colt.matrix | Colt |
|
| DoubleFunction | Interface that represents a function object: a function that takes a single argument and returns a single value. | Interface | cern.colt.function | Colt |
|
| DoubleIntProcedure | Interface that represents a procedure object: a procedure that takes two arguments and does not return a value. | Interface | cern.colt.function | Colt |
|
| DoubleListAdapter | Adapter that permits an AbstractDoubleList to be viewed and treated as a JDK 1. | Class | cern.colt.list.adapter | Colt |
|
| DoubleMatrix1D | Abstract base class for 1-d matrices (aka vectors) holding double elements. | Class | cern.colt.matrix | Colt |
|
| DoubleMatrix1DComparator | A comparison function which imposes a total ordering on some collection of elements. | Interface | cern.colt.matrix.doublealgo | Colt |
|
| DoubleMatrix1DProcedure | Interface that represents a condition or procedure object: takes a single argument and returns a boolean value. | Interface | cern.colt.matrix | Colt |
|
| DoubleMatrix2D | Abstract base class for 2-d matrices holding double elements. | Class | cern.colt.matrix | Colt |
|
| DoubleMatrix2DComparator | A comparison function which imposes a total ordering on some collection of elements. | Interface | cern.colt.matrix.doublealgo | Colt |
|
| DoubleMatrix2DProcedure | Interface that represents a condition or procedure object: takes a single argument and returns a boolean value. | Interface | cern.colt.matrix | Colt |
|
| DoubleMatrix3D | Abstract base class for 3-d matrices holding double elements. | Class | cern.colt.matrix | Colt |
|
| DoubleMatrix3DProcedure | Interface that represents a condition or procedure object: takes a single argument and returns a boolean value. | Interface | cern.colt.matrix | Colt |
|
| DoubleProcedure | Interface that represents a procedure object: a procedure that takes a single argument and does not return a value. | Interface | cern.colt.function | Colt |
|
| DoubleQuantileFinder | The interface shared by all quantile finders, no matter if they are exact or approximate. | Interface | cern.jet.stat.quantile | Colt |
|
| DynamicBin1D | 1-dimensional rebinnable bin holding double elements; Efficiently computes advanced statistics of data sequences. | Class | hep.aida.bin | Colt |
|
| EigenvalueDecomposition | Eigenvalues and eigenvectors of a real matrix A. | Class | cern.colt.matrix.linalg | Colt |
|
| Empirical | Empirical distribution. | Class | cern.jet.random | Colt |
|
| EmpiricalWalker | Discrete Empirical distribution (pdf's can be specified). | Class | cern.jet.random | Colt |
|
| EquiDepthHistogram | Read-only equi-depth histogram for selectivity estimation. | Class | cern.jet.stat.quantile | Colt |
|
| Exponential | Exponential Distribution (aka Negative Exponential Distribution); See the math definition animated definition. | Class | cern.jet.random | Colt |
|
| ExponentialPower | Exponential Power distribution. | Class | cern.jet.random | Colt |
|
| FixedAxis | Fixed-width axis; A reference implementation of hep. | Class | hep.aida.ref | Colt |
|
| FloatArrayList | Resizable list holding float elements; implemented with arrays. | Class | cern.colt.list | Colt |
|
| FloatComparator | A comparison function which imposes a total ordering on some collection of elements. | Interface | cern.colt.function | Colt |
|
| FloatListAdapter | Adapter that permits an AbstractFloatList to be viewed and treated as a JDK 1. | Class | cern.colt.list.adapter | Colt |
|
| FloatProcedure | Interface that represents a procedure object: a procedure that takes a single argument and does not return a value. | Interface | cern.colt.function | Colt |
|
| Format | A class for formatting numbers that follows printf conventions. | Class | corejava | Colt |
|
| Formatter | Flexible, well human readable matrix print formatting; By default decimal point aligned. | Class | cern.colt.matrix.doublealgo | Colt |
|
| Formatter | Flexible, well human readable matrix print formatting. | Class | cern.colt.matrix.objectalgo | Colt |
|
| Former | Formats a double into a string (like sprintf in C). | Interface | cern.colt.matrix.impl | Colt |
|
| FormerFactory | Factory producing implementations of Former via method create(); Implementations of can use existing libraries such as corejava. | Class | cern.colt.matrix.impl | Colt |
|
| Functions | Function objects to be passed to generic methods. | Class | cern.jet.math | Colt |
|
| Gamma | Gamma distribution; math definition, definition of gamma function | Class | cern.jet.random | Colt |
|
| Gamma | Gamma and Beta functions. | Class | cern.jet.stat | Colt |
|
| GenericPermuting | Generically reorders (permutes) arbitrary shaped data (for example, an array, three arrays, a 2-d matrix, two linked lists) using an in-place swapping algorithm. | Class | cern.colt | Colt |
|
| GenericSorting | Generically sorts arbitrary shaped data (for example multiple arrays, 1,2 or 3-d matrices, and so on) using a quicksort or mergesort. | Class | cern.colt | Colt |
|
| HashFunctions | Provides various hash functions. | Class | cern.colt.map | Colt |
|
| Histogram1D | A reference implementation of hep. | Class | hep.aida.ref | Colt |
|
| Histogram2D | A reference implementation of hep. | Class | hep.aida.ref | Colt |
|
| Histogram3D | A reference implementation of hep. | Class | hep.aida.ref | Colt |
|
| HyperGeometric | HyperGeometric distribution; See the math definition The hypergeometric distribution with parameters N, n and s is the probability distribution of the random variable X, | Class | cern.jet.random | Colt |
|
| Hyperbolic | Hyperbolic distribution. | Class | cern.jet.random | Colt |
|
| IAxis | An IAxis represents a binned histogram axis. | Interface | hep.aida | Colt |
|
| IHistogram | A common base interface for IHistogram1D, IHistogram2D and IHistogram3D. | Interface | hep.aida | Colt |
|
| IHistogram1D | A Java interface corresponding to the AIDA 1D Histogram. | Interface | hep.aida | Colt |
|
| IHistogram2D | A Java interface corresponding to the AIDA 2D Histogram. | Interface | hep.aida | Colt |
|
| IHistogram3D | A Java interface corresponding to the AIDA 3D Histogram. | Interface | hep.aida | Colt |
|
| IntArrayList | Resizable list holding int elements; implemented with arrays. | Class | cern.colt.list | Colt |
|
| IntBuffer | Fixed sized (non resizable) streaming buffer connected to a target IntBufferConsumer to which data is automatically flushed upon buffer overflow. | Class | cern.colt.buffer | Colt |
|
| IntBuffer2D | Fixed sized (non resizable) streaming buffer connected to a target IntBuffer2DConsumer to which data is automatically flushed upon buffer overflow. | Class | cern.colt.buffer | Colt |
|
| IntBuffer2DConsumer | Target of a streaming IntBuffer2D into which data is flushed upon buffer overflow. | Interface | cern.colt.buffer | Colt |
|
| IntBuffer3D | Fixed sized (non resizable) streaming buffer connected to a target IntBuffer3DConsumer to which data is automatically flushed upon buffer overflow. | Class | cern.colt.buffer | Colt |
|
| IntBuffer3DConsumer | Target of a streaming IntBuffer3D into which data is flushed upon buffer overflow. | Interface | cern.colt.buffer | Colt |
|
| IntBufferConsumer | Target of a streaming IntBuffer into which data is flushed upon buffer overflow. | Interface | cern.colt.buffer | Colt |
|
| IntComparator | A comparison function which imposes a total ordering on some collection of elements. | Interface | cern.colt.function | Colt |
|
| IntDoubleFunction | Interface that represents a function object: a function that takes two arguments. | Interface | cern.colt.function | Colt |
|
| IntDoubleProcedure | Interface that represents a procedure object: a procedure that takes two arguments and does not return a value. | Interface | cern.colt.function | Colt |
|
| IntFunction | Interface that represents a function object: a function that takes a single argument and returns a single value. | Interface | cern.colt.function | Colt |
|
| IntFunctions | Integer Function objects to be passed to generic methods. | Class | cern.jet.math | Colt |
|
| IntIntDoubleFunction | Interface that represents a function object: a function that takes three arguments. | Interface | cern.colt.function | Colt |
|
| IntIntDoubleProcedure | Interface that represents a procedure object: a procedure that takes three arguments and does not return a value. | Interface | cern.colt.function | Colt |
|
| IntIntFunction | Interface that represents a function object: a function that takes two arguments and returns a single value. | Interface | cern.colt.function | Colt |
|
| IntIntIntProcedure | Interface that represents a procedure object: a procedure that takes three arguments and does not return a value. | Interface | cern.colt.function | Colt |
|
| IntIntProcedure | Interface that represents a procedure object: a procedure that takes two arguments and does not return a value. | Interface | cern.colt.function | Colt |
|
| IntListAdapter | Adapter that permits an AbstractIntList to be viewed and treated as a JDK 1. | Class | cern.colt.list.adapter | Colt |
|
| IntObjectProcedure | Interface that represents a procedure object: a procedure that takes two arguments and does not return a value. | Interface | cern.colt.function | Colt |
|
| IntProcedure | Interface that represents a procedure object: a procedure that takes a single argument and does not return a value. | Interface | cern.colt.function | Colt |
|
| LUDecomposition | For an m x n matrix A with m >= n, the LU decomposition is an m x nunit lower triangular matrix L, an n x n upper triangular matrix U, | Class | cern.colt.matrix.linalg | Colt |
|
| LUDecompositionQuick | A low level version of LUDecomposition, avoiding unnecessary memory allocation and copying. | Class | cern.colt.matrix.linalg | Colt |
|
| Logarithmic | Logarithmic distribution. | Class | cern.jet.random | Colt |
|
| LongArrayList | Resizable list holding long elements; implemented with arrays. | Class | cern.colt.list | Colt |
|
| LongComparator | A comparison function which imposes a total ordering on some collection of elements. | Interface | cern.colt.function | Colt |
|
| LongListAdapter | Adapter that permits an AbstractLongList to be viewed and treated as a JDK 1. | Class | cern.colt.list.adapter | Colt |
|
| LongObjectProcedure | Interface that represents a procedure object: a procedure that takes two arguments and does not return a value. | Interface | cern.colt.function | Colt |
|
| LongProcedure | Interface that represents a procedure object: a procedure that takes a single argument and does not return a value. | Interface | cern.colt.function | Colt |
|
| Matrix2DMatrix2DFunction | Interface that represents a function object: a function that takes two arguments and returns a single value. | Interface | cern.colt.matrix.linalg | Colt |
|
| MersenneTwister | MersenneTwister (MT19937) is one of the strongest uniform pseudo-random number generators known so far; at the same time it is quick. | Class | cern.jet.random.engine | Colt |
|
| MersenneTwister64 | Same as MersenneTwister except that method raw() returns 64 bit random numbers instead of 32 bit random numbers. | Class | cern.jet.random.engine | Colt |
|
| MightyStaticBin1D | Static and the same as its superclass, except that it can do more: Additionally computes moments of arbitrary integer order, harmonic mean, geometric mean, etc. | Class | hep.aida.bin | Colt |
|
| MinMaxNumberList | Resizable compressed list holding numbers; based on the fact that a value in a given interval need not take more than log(max-min+1) bits; implemented with a cern. | Class | cern.colt.list | Colt |
|
| Mult | Only for performance tuning of compute intensive linear algebraic computations. | Class | cern.jet.math | Colt |
|
| NegativeBinomial | Negative Binomial distribution; See the math definition. | Class | cern.jet.random | Colt |
|
| Normal | Scientific and Technical Computing | Class | cern.jet.random | Colt |
|
| ObjectArrayList | Resizable list holding Object elements; implemented with arrays. | Class | cern.colt.list | Colt |
|
| ObjectBuffer | Fixed sized (non resizable) streaming buffer connected to a target ObjectBufferConsumer to which data is automatically flushed upon buffer overflow. | Class | cern.colt.buffer | Colt |
|
| ObjectBufferConsumer | Target of a streaming ObjectBuffer into which data is flushed upon buffer overflow. | Interface | cern.colt.buffer | Colt |
|
| ObjectFactory1D | Factory for convenient construction of 1-d matrices holding Object cells. | Class | cern.colt.matrix | Colt |
|
| ObjectFactory2D | Factory for convenient construction of 2-d matrices holding Object cells. | Class | cern.colt.matrix | Colt |
|
| ObjectFactory3D | Factory for convenient construction of 3-d matrices holding Object cells. | Class | cern.colt.matrix | Colt |
|
| ObjectFunction | Interface that represents a function object: a function that takes a single argument and returns a single value. | Interface | cern.colt.function | Colt |
|
| ObjectListAdapter | Adapter that permits an ObjectArrayList to be viewed and treated as a JDK 1. | Class | cern.colt.list.adapter | Colt |
|
| ObjectMatrix1D | Abstract base class for 1-d matrices (aka vectors) holding Object elements. | Class | cern.colt.matrix | Colt |
|
| ObjectMatrix1DComparator | A comparison function which imposes a total ordering on some collection of elements. | Interface | cern.colt.matrix.objectalgo | Colt |
|
| ObjectMatrix1DProcedure | Interface that represents a condition or procedure object: takes a single argument and returns a boolean value. | Interface | cern.colt.matrix | Colt |
|
| ObjectMatrix2D | Abstract base class for 2-d matrices holding Object elements. | Class | cern.colt.matrix | Colt |
|
| ObjectMatrix2DComparator | A comparison function which imposes a total ordering on some collection of elements. | Interface | cern.colt.matrix.objectalgo | Colt |
|
| ObjectMatrix2DProcedure | Interface that represents a condition or procedure object: takes a single argument and returns a boolean value. | Interface | cern.colt.matrix | Colt |
|
| ObjectMatrix3D | Abstract base class for 3-d matrices holding Object elements. | Class | cern.colt.matrix | Colt |
|
| ObjectMatrix3DProcedure | Interface that represents a condition or procedure object: takes a single argument and returns a boolean value. | Interface | cern.colt.matrix | Colt |
|
| ObjectObjectFunction | Interface that represents a function object: a function that takes two arguments and returns a single value. | Interface | cern.colt.function | Colt |
|
| ObjectProcedure | Interface that represents a procedure object: a procedure that takes a single argument and does not return a value. | Interface | cern.colt.function | Colt |
|
| OpenDoubleIntHashMap | Hash map holding (key,value) associations of type (double-->int); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing. | Class | cern.colt.map | Colt |
|
| OpenIntDoubleHashMap | Hash map holding (key,value) associations of type (int-->double); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing. | Class | cern.colt.map | Colt |
|
| OpenIntIntHashMap | Hash map holding (key,value) associations of type (int-->int); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing. | Class | cern.colt.map | Colt |
|
| OpenIntObjectHashMap | Hash map holding (key,value) associations of type (int-->Object); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing. | Class | cern.colt.map | Colt |
|
| OpenLongObjectHashMap | Hash map holding (key,value) associations of type (long-->Object); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing. | Class | cern.colt.map | Colt |
|
| Partitioning | Given some interval boundaries, partitions arrays such that all elements falling into an interval are placed next to each other. | Class | cern.colt | Colt |
|
| Partitioning | Given some interval boundaries, partitions matrices such that cell values falling into an interval are placed next to each other. | Class | cern.colt.matrix.doublealgo | Colt |
|
| Partitioning | Given some interval boundaries, partitions matrices such that cell values falling into an interval are placed next to each other. | Class | cern.colt.matrix.objectalgo | Colt |
|
| PersistentObject | This empty class is the common root for all persistent capable classes. | Class | cern.colt | Colt |
|
| PhysicalConstants | High Energy Physics coherent Physical Constants. | Class | cern.clhep | Colt |
|
| PlusMult | Only for performance tuning of compute intensive linear algebraic computations. | Class | cern.jet.math | Colt |
|
| Poisson | Poisson distribution (quick); See the math definition and animated definition. | Class | cern.jet.random | Colt |
|
| PoissonSlow | Poisson distribution; See the math definition and animated definition. | Class | cern.jet.random | Colt |
|
| Polynomial | Polynomial functions. | Class | cern.jet.math | Colt |
|
| PrimeFinder | Not of interest for users; only for implementors of hashtables. | Class | cern.colt.map | Colt |
|
| Probability | Scientific and Technical Computing | Class | cern.jet.stat | Colt |
|
| Property | Tests matrices for linear algebraic properties (equality, tridiagonality, symmetry, singularity, etc). | Class | cern.colt.matrix.linalg | Colt |
|
| QRDecomposition | For an m x n matrix A with m >= n, the QR decomposition is an m x northogonal matrix Q and an n x n upper triangular matrix R so that | Class | cern.colt.matrix.linalg | Colt |
|
| Quantile1Test | A class to test the QuantileBin1D code. | Class | cern.jet.stat.quantile | Colt |
|
| QuantileBin1D | 1-dimensional non-rebinnable bin holding double elements with scalable quantile operations defined upon;Using little main memory, quickly computes approximate quantiles over very large data sequences with and even without a-priori knowledge of the number of elements to be filled; | Class | hep.aida.bin | Colt |
|
| QuantileFinderFactory | Factory constructing exact and approximate quantile finders for both known and unknown N. | Class | cern.jet.stat.quantile | Colt |
|
| QuickBitVector | Includes some operations that interpret sub-bitstrings as long integers. | Class | cern.colt.bitvector | Colt |
|
| RCDoubleMatrix2D | Sparse row-compressed 2-d matrix holding double elements. | Class | cern.colt.matrix.impl | Colt |
|
| RandomEngine | Abstract base class for uniform pseudo-random number generating engines. | Class | cern.jet.random.engine | Colt |
|
| RandomGenerator | Interface for uniform pseudo-random number generators. | Interface | cern.jet.random.engine | Colt |
|
| RandomSampler | Space and time efficiently computes a sorted Simple Random Sample Without Replacement (SRSWOR), that is, a sorted set of n random numbers from an interval of N numbers; Example: Computing n=3 random numbers from the interval [1,50] may yield the sorted random set (7,13,47). | Class | cern.jet.random.sampling | Colt |
|
| RandomSamplingAssistant | Conveniently computes a stable Simple Random Sample Without Replacement (SRSWOR) subsequence of n elements from a given input sequence of N elements; Example: Computing a sublist of n=3 random elements from a list (1,. | Class | cern.jet.random.sampling | Colt |
|
| RandomSeedGenerator | Deterministic seed generator for pseudo-random number generators. | Class | cern.jet.random.engine | Colt |
|
| RandomSeedTable | (Seemingly gigantic) table of good seeds for pseudo-random number generators. | Class | cern.jet.random.engine | Colt |
|
| ShortArrayList | Resizable list holding short elements; implemented with arrays. | Class | cern.colt.list | Colt |
|
| ShortComparator | A comparison function which imposes a total ordering on some collection of elements. | Interface | cern.colt.function | Colt |
|
| ShortProcedure | Interface that represents a procedure object: a procedure that takes a single argument and does not return a value. | Interface | cern.colt.function | Colt |
|
| SimpleLongArrayList | Resizable list holding long elements; implemented with arrays; not efficient; just to demonstrate which methods you must override to implement a fully functional list. | Class | cern.colt.list | Colt |
|
| SingularValueDecomposition | For an m x n matrix A with m >= n, the singular value decomposition isan m x n orthogonal matrix U, an n x n diagonal matrix S, and | Class | cern.colt.matrix.linalg | Colt |
|
| Sorting | Quicksorts, mergesorts and binary searches; complements java. | Class | cern.colt | Colt |
|
| Sorting | Matrix quicksorts and mergesorts. | Class | cern.colt.matrix.doublealgo | Colt |
|
| Sorting | Matrix quicksorts and mergesorts. | Class | cern.colt.matrix.objectalgo | Colt |
|
| SparseDoubleMatrix1D | Sparse hashed 1-d matrix (aka vector) holding double elements. | Class | cern.colt.matrix.impl | Colt |
|
| SparseDoubleMatrix2D | Sparse hashed 2-d matrix holding double elements. | Class | cern.colt.matrix.impl | Colt |
|
| SparseDoubleMatrix3D | Sparse hashed 3-d matrix holding double elements. | Class | cern.colt.matrix.impl | Colt |
|
| SparseObjectMatrix1D | Sparse hashed 1-d matrix (aka vector) holding Object elements. | Class | cern.colt.matrix.impl | Colt |
|
| SparseObjectMatrix2D | Sparse hashed 2-d matrix holding Object elements. | Class | cern.colt.matrix.impl | Colt |
|
| SparseObjectMatrix3D | Sparse hashed 3-d matrix holding Object elements. | Class | cern.colt.matrix.impl | Colt |
|
| StaticBin1D | 1-dimensional non-rebinnable bin consuming double elements; Efficiently computes basic statistics of data sequences. | Class | hep.aida.bin | Colt |
|
| Statistic | Basic statistics operations on matrices. | Class | cern.colt.matrix.doublealgo | Colt |
|
| Stencil | Stencil operations. | Class | cern.colt.matrix.doublealgo | Colt |
|
| StudentT | StudentT distribution (aka T-distribution); See the math definition and animated definition. | Class | cern.jet.random | Colt |
|
| Swapper | Interface for an object that knows how to swap elements at two positions (a,b). | Interface | cern.colt | Colt |
|
| Test | A very(!) basic test of the reference implementations of AIDA histograms. | Class | hep.aida.ref | Colt |
|
| Test2 | A very(!) basic test of the reference implementationsConstructor SummaryTest2() | Class | hep.aida.ref | Colt |
|
| Timer | A handy stopwatch for benchmarking. | Class | cern.colt | Colt |
|
| Transform | Deprecated; Basic element-by-element transformations on DoubleMatrix1D and DoubleMatrix2D. | Class | cern.colt.matrix.doublealgo | Colt |
|
| Uniform | Uniform distribution; Math definition and animated definition. | Class | cern.jet.random | Colt |
|
| Units | High Energy Physics coherent system of Units. | Class | cern.clhep | Colt |
|
| VariableAxis | Variable-width axis; A reference implementation of hep. | Class | hep.aida.ref | Colt |
|
| Version | Information about the current release. | Class | cern.colt | Colt |
|
| VonMises | Von Mises distribution. | Class | cern.jet.random | Colt |
|
| WeightedRandomSampler | Conveniently computes a stable subsequence of elements from a given input sequence; Picks (samples) exactly one random element from successive blocks of weight input elements each. | Class | cern.jet.random.sampling | Colt |
|
| Zeta | Valid parameter ranges: ro > 0 and pk >= 0. | Class | cern.jet.random | Colt |