Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



# Classes and Interfaces in #Colt - 239 results found.
NameDescriptionTypePackageFramework
AbstractBinAbstract base class for all arbitrary-dimensional bins consumes double elements.Classhep.aida.binColt
AbstractBin1DAbstract base class for all 1-dimensional bins consumes double elements.Classhep.aida.binColt
AbstractBooleanListAbstract base class for resizable lists holding boolean elements; abstract.Classcern.colt.listColt
AbstractByteListAbstract base class for resizable lists holding byte elements; abstract.Classcern.colt.listColt
AbstractCharListAbstract base class for resizable lists holding char elements; abstract.Classcern.colt.listColt
AbstractCollectionAbstract base class for resizable collections holding objects or primitive data types such as int, float, etc.Classcern.colt.listColt
AbstractContinousDistributionAbstract base class for all continous distributions.Classcern.jet.randomColt
AbstractDiscreteDistributionAbstract base class for all discrete distributions.Classcern.jet.randomColt
AbstractDistributionAbstract base class for all random distributions.Classcern.jet.randomColt
AbstractDoubleIntMapAbstract base class for hash maps holding (key,value) associations of type (double-->int).Classcern.colt.mapColt
AbstractDoubleListAbstract base class for resizable lists holding double elements; abstract.Classcern.colt.listColt
AbstractFloatListAbstract base class for resizable lists holding float elements; abstract.Classcern.colt.listColt
AbstractFormatterAbstract base class for flexible, well human readable matrix print formatting.Classcern.colt.matrix.implColt
AbstractIntDoubleMapAbstract base class for hash maps holding (key,value) associations of type (int-->double).Classcern.colt.mapColt
AbstractIntIntMapAbstract base class for hash maps holding (key,value) associations of type (int-->int).Classcern.colt.mapColt
AbstractIntListAbstract base class for resizable lists holding int elements; abstract.Classcern.colt.listColt
AbstractIntObjectMapAbstract base class for hash maps holding (key,value) associations of type (int-->Object).Classcern.colt.mapColt
AbstractListAbstract base class for resizable lists holding objects or primitive data types such as int, float, etc.Classcern.colt.listColt
AbstractLongListAbstract base class for resizable lists holding long elements; abstract.Classcern.colt.listColt
AbstractLongObjectMapAbstract base class for hash maps holding (key,value) associations of type (long-->Object).Classcern.colt.mapColt
AbstractMapAbstract base class for hash maps holding objects or primitive data types such as int, float, etc.Classcern.colt.mapColt
AbstractMatrixAbstract base class for arbitrary-dimensional matrices holding objects or primitive data types such as int, float, etc.Classcern.colt.matrix.implColt
AbstractMatrix1DAbstract base class for 1-d matrices (aka vectors) holding objects or primitive data types such as int, double, etc.Classcern.colt.matrix.implColt
AbstractMatrix2DAbstract base class for 2-d matrices holding objects or primitive data types such as int, double, etc.Classcern.colt.matrix.implColt
AbstractMatrix3DAbstract base class for 3-d matrices holding objects or primitive data types such as int, double, etc.Classcern.colt.matrix.implColt
AbstractShortListAbstract base class for resizable lists holding short elements; abstract.Classcern.colt.listColt
AlgebraLinear algebraic matrix operations operating on DoubleMatrix2D; concentrates most functionality of this package.Classcern.colt.matrix.linalgColt
ArithmeticArithmetic functions.Classcern.jet.mathColt
ArraysArray manipulations; complements java.Classcern.coltColt
BenchmarkBenchmarks the classes of this package.Classcern.colt.mapColt
BenchmarkBenchmarks random number generation from various distributions as well as PDF and CDF lookups.Classcern.jet.randomColt
BenchmarkBenchmarks the performance of the currently provided uniform pseudo-random number generation engines.Classcern.jet.random.engineColt
BenchmarkMatrixConfigurable matrix benchmark.Classcern.colt.matrix.benchColt
BetaBeta distribution; math definition and animated definition.Classcern.jet.randomColt
BinBinFunction1DInterface that represents a function object: a function that takes two bins as arguments and returns a single value.Interfacehep.aida.binColt
BinFunction1DInterface that represents a function object: a function that takes two bins as arguments and returns a single value.Interfacehep.aida.binColt
BinFunctions1DFunction objects computing dynamic bin aggregations; to be passed to generic methods.Classhep.aida.binColt
BinomialBinomial distribution; See the math definition and animated definition.Classcern.jet.randomColt
BitMatrixFixed sized (non resizable) n*m bit matrix.Classcern.colt.bitvectorColt
BitVectorFixed sized (non resizable) bitvector.Classcern.colt.bitvectorColt
BooleanArrayListResizable list holding boolean elements; implemented with arrays.Classcern.colt.listColt
BooleanProcedureInterface that represents a procedure object: a procedure that takes a single argument and does not return a value.Interfacecern.colt.functionColt
BreitWignerBreitWigner (aka Lorentz) distribution; See the math definition.Classcern.jet.randomColt
BreitWignerMeanSquareMean-square BreitWigner distribution; See the math definition.Classcern.jet.randomColt
ByteArrayListResizable list holding byte elements; implemented with arrays.Classcern.colt.listColt
ByteComparatorA comparison function which imposes a total ordering on some collection of elements.Interfacecern.colt.functionColt
ByteProcedureInterface that represents a procedure object: a procedure that takes a single argument and does not return a value.Interfacecern.colt.functionColt
CharArrayListResizable list holding char elements; implemented with arrays.Classcern.colt.listColt
CharComparatorA comparison function which imposes a total ordering on some collection of elements.Interfacecern.colt.functionColt
CharProcedureInterface that represents a procedure object: a procedure that takes a single argument and does not return a value.Interfacecern.colt.functionColt
ChiSquareChiSquare distribution; See the math definition and animated definition.Classcern.jet.randomColt
CholeskyDecompositionFor a symmetric, positive definite matrix A, the Cholesky decompositionis a lower triangular matrix L so that A = L*L';Classcern.colt.matrix.linalgColt
ConstantsClasscern.jet.mathColt
ConverterHistogram conversions, for example to String and XML format; This class requires the Colt distribution, whereas the rest of the package is entirelly stand-alone.Classhep.aida.refColt
DRandQuick medium quality uniform pseudo-random number generator.Classcern.jet.random.engineColt
DenseDoubleMatrix1DDense 1-d matrix (aka vector) holding double elements.Classcern.colt.matrix.implColt
DenseDoubleMatrix2DDense 2-d matrix holding double elements.Classcern.colt.matrix.implColt
DenseDoubleMatrix3DDense 3-d matrix holding double elements.Classcern.colt.matrix.implColt
DenseObjectMatrix1DDense 1-d matrix (aka vector) holding Object elements.Classcern.colt.matrix.implColt
DenseObjectMatrix2DDense 2-d matrix holding Object elements.Classcern.colt.matrix.implColt
DenseObjectMatrix3DDense 3-d matrix holding Object elements.Classcern.colt.matrix.implColt
DescriptiveBasic descriptive statistics.Classcern.jet.statColt
DistinctNumberListResizable 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.Classcern.colt.listColt
DistributionsContains methods for conveniently generating pseudo-random numbers from special distributions such as the Burr, Cauchy, Erlang, Geometric, Lambda, Laplace, Logistic, Weibull, etc.Classcern.jet.randomColt
Double27FunctionInterface that represents a function object: a function that takes 27 arguments and returns a single value.Interfacecern.colt.functionColt
Double5FunctionInterface that represents a function object: a function that takes 5 arguments and returns a single value.Interfacecern.colt.functionColt
Double9FunctionInterface that represents a function object: a function that takes 9 arguments and returns a single value.Interfacecern.colt.functionColt
DoubleArrayListResizable list holding double elements; implemented with arrays.Classcern.colt.listColt
DoubleBufferFixed sized (non resizable) streaming buffer connected to a target DoubleBufferConsumer to which data is automatically flushed upon buffer overflow.Classcern.colt.bufferColt
DoubleBuffer2DFixed sized (non resizable) streaming buffer connected to a target DoubleBuffer2DConsumer to which data is automatically flushed upon buffer overflow.Classcern.colt.bufferColt
DoubleBuffer2DConsumerTarget of a streaming DoubleBuffer2D into which data is flushed upon buffer overflow.Interfacecern.colt.bufferColt
DoubleBuffer3DFixed sized (non resizable) streaming buffer connected to a target DoubleBuffer3DConsumer to which data is automatically flushed upon buffer overflow.Classcern.colt.bufferColt
DoubleBuffer3DConsumerTarget of a streaming DoubleBuffer3D into which data is flushed upon buffer overflow.Interfacecern.colt.bufferColt
DoubleBufferConsumerTarget of a streaming DoubleBuffer into which data is flushed upon buffer overflow.Interfacecern.colt.bufferColt
DoubleComparatorA comparison function which imposes a total ordering on some collection of elements.Interfacecern.colt.functionColt
DoubleDoubleFunctionInterface that represents a function object: a function that takes two arguments and returns a single value.Interfacecern.colt.functionColt
DoubleDoubleProcedureInterface that represents a procedure object: a procedure that takes two arguments and does not return a value.Interfacecern.colt.functionColt
DoubleFactory1DFactory for convenient construction of 1-d matrices holding double cells.Classcern.colt.matrixColt
DoubleFactory2DFactory for convenient construction of 2-d matrices holding double cells.Classcern.colt.matrixColt
DoubleFactory3DFactory for convenient construction of 3-d matrices holding double cells.Classcern.colt.matrixColt
DoubleFunctionInterface that represents a function object: a function that takes a single argument and returns a single value.Interfacecern.colt.functionColt
DoubleIntProcedureInterface that represents a procedure object: a procedure that takes two arguments and does not return a value.Interfacecern.colt.functionColt
DoubleListAdapterAdapter that permits an AbstractDoubleList to be viewed and treated as a JDK 1.Classcern.colt.list.adapterColt
DoubleMatrix1DAbstract base class for 1-d matrices (aka vectors) holding double elements.Classcern.colt.matrixColt
DoubleMatrix1DComparatorA comparison function which imposes a total ordering on some collection of elements.Interfacecern.colt.matrix.doublealgoColt
DoubleMatrix1DProcedureInterface that represents a condition or procedure object: takes a single argument and returns a boolean value.Interfacecern.colt.matrixColt
DoubleMatrix2DAbstract base class for 2-d matrices holding double elements.Classcern.colt.matrixColt
DoubleMatrix2DComparatorA comparison function which imposes a total ordering on some collection of elements.Interfacecern.colt.matrix.doublealgoColt
DoubleMatrix2DProcedureInterface that represents a condition or procedure object: takes a single argument and returns a boolean value.Interfacecern.colt.matrixColt
DoubleMatrix3DAbstract base class for 3-d matrices holding double elements.Classcern.colt.matrixColt
DoubleMatrix3DProcedureInterface that represents a condition or procedure object: takes a single argument and returns a boolean value.Interfacecern.colt.matrixColt
DoubleProcedureInterface that represents a procedure object: a procedure that takes a single argument and does not return a value.Interfacecern.colt.functionColt
DoubleQuantileFinderThe interface shared by all quantile finders, no matter if they are exact or approximate.Interfacecern.jet.stat.quantileColt
DynamicBin1D1-dimensional rebinnable bin holding double elements; Efficiently computes advanced statistics of data sequences.Classhep.aida.binColt
EigenvalueDecompositionEigenvalues and eigenvectors of a real matrix A.Classcern.colt.matrix.linalgColt
EmpiricalEmpirical distribution.Classcern.jet.randomColt
EmpiricalWalkerDiscrete Empirical distribution (pdf's can be specified).Classcern.jet.randomColt
EquiDepthHistogramRead-only equi-depth histogram for selectivity estimation.Classcern.jet.stat.quantileColt
ExponentialExponential Distribution (aka Negative Exponential Distribution); See the math definition animated definition.Classcern.jet.randomColt
ExponentialPowerExponential Power distribution.Classcern.jet.randomColt
FixedAxisFixed-width axis; A reference implementation of hep.Classhep.aida.refColt
FloatArrayListResizable list holding float elements; implemented with arrays.Classcern.colt.listColt
FloatComparatorA comparison function which imposes a total ordering on some collection of elements.Interfacecern.colt.functionColt
FloatListAdapterAdapter that permits an AbstractFloatList to be viewed and treated as a JDK 1.Classcern.colt.list.adapterColt
FloatProcedureInterface that represents a procedure object: a procedure that takes a single argument and does not return a value.Interfacecern.colt.functionColt
FormatA class for formatting numbers that follows printf conventions.ClasscorejavaColt
FormatterFlexible, well human readable matrix print formatting; By default decimal point aligned.Classcern.colt.matrix.doublealgoColt
FormatterFlexible, well human readable matrix print formatting.Classcern.colt.matrix.objectalgoColt
FormerFormats a double into a string (like sprintf in C).Interfacecern.colt.matrix.implColt
FormerFactoryFactory producing implementations of Former via method create(); Implementations of can use existing libraries such as corejava.Classcern.colt.matrix.implColt
FunctionsFunction objects to be passed to generic methods.Classcern.jet.mathColt
GammaGamma distribution; math definition, definition of gamma functionClasscern.jet.randomColt
GammaGamma and Beta functions.Classcern.jet.statColt
GenericPermutingGenerically reorders (permutes) arbitrary shaped data (for example, an array, three arrays, a 2-d matrix, two linked lists) using an in-place swapping algorithm.Classcern.coltColt
GenericSortingGenerically sorts arbitrary shaped data (for example multiple arrays, 1,2 or 3-d matrices, and so on) using a quicksort or mergesort.Classcern.coltColt
HashFunctionsProvides various hash functions.Classcern.colt.mapColt
Histogram1DA reference implementation of hep.Classhep.aida.refColt
Histogram2DA reference implementation of hep.Classhep.aida.refColt
Histogram3DA reference implementation of hep.Classhep.aida.refColt
HyperGeometricHyperGeometric distribution; See the math definition The hypergeometric distribution with parameters N, n and s is the probability distribution of the random variable X, Classcern.jet.randomColt
HyperbolicHyperbolic distribution.Classcern.jet.randomColt
IAxisAn IAxis represents a binned histogram axis.Interfacehep.aidaColt
IHistogramA common base interface for IHistogram1D, IHistogram2D and IHistogram3D.Interfacehep.aidaColt
IHistogram1DA Java interface corresponding to the AIDA 1D Histogram.Interfacehep.aidaColt
IHistogram2DA Java interface corresponding to the AIDA 2D Histogram.Interfacehep.aidaColt
IHistogram3DA Java interface corresponding to the AIDA 3D Histogram.Interfacehep.aidaColt
IntArrayListResizable list holding int elements; implemented with arrays.Classcern.colt.listColt
IntBufferFixed sized (non resizable) streaming buffer connected to a target IntBufferConsumer to which data is automatically flushed upon buffer overflow.Classcern.colt.bufferColt
IntBuffer2DFixed sized (non resizable) streaming buffer connected to a target IntBuffer2DConsumer to which data is automatically flushed upon buffer overflow.Classcern.colt.bufferColt
IntBuffer2DConsumerTarget of a streaming IntBuffer2D into which data is flushed upon buffer overflow.Interfacecern.colt.bufferColt
IntBuffer3DFixed sized (non resizable) streaming buffer connected to a target IntBuffer3DConsumer to which data is automatically flushed upon buffer overflow.Classcern.colt.bufferColt
IntBuffer3DConsumerTarget of a streaming IntBuffer3D into which data is flushed upon buffer overflow.Interfacecern.colt.bufferColt
IntBufferConsumerTarget of a streaming IntBuffer into which data is flushed upon buffer overflow.Interfacecern.colt.bufferColt
IntComparatorA comparison function which imposes a total ordering on some collection of elements.Interfacecern.colt.functionColt
IntDoubleFunctionInterface that represents a function object: a function that takes two arguments.Interfacecern.colt.functionColt
IntDoubleProcedureInterface that represents a procedure object: a procedure that takes two arguments and does not return a value.Interfacecern.colt.functionColt
IntFunctionInterface that represents a function object: a function that takes a single argument and returns a single value.Interfacecern.colt.functionColt
IntFunctionsInteger Function objects to be passed to generic methods.Classcern.jet.mathColt
IntIntDoubleFunctionInterface that represents a function object: a function that takes three arguments.Interfacecern.colt.functionColt
IntIntDoubleProcedureInterface that represents a procedure object: a procedure that takes three arguments and does not return a value.Interfacecern.colt.functionColt
IntIntFunctionInterface that represents a function object: a function that takes two arguments and returns a single value.Interfacecern.colt.functionColt
IntIntIntProcedureInterface that represents a procedure object: a procedure that takes three arguments and does not return a value.Interfacecern.colt.functionColt
IntIntProcedureInterface that represents a procedure object: a procedure that takes two arguments and does not return a value.Interfacecern.colt.functionColt
IntListAdapterAdapter that permits an AbstractIntList to be viewed and treated as a JDK 1.Classcern.colt.list.adapterColt
IntObjectProcedureInterface that represents a procedure object: a procedure that takes two arguments and does not return a value.Interfacecern.colt.functionColt
IntProcedureInterface that represents a procedure object: a procedure that takes a single argument and does not return a value.Interfacecern.colt.functionColt
LUDecompositionFor 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,Classcern.colt.matrix.linalgColt
LUDecompositionQuickA low level version of LUDecomposition, avoiding unnecessary memory allocation and copying.Classcern.colt.matrix.linalgColt
LogarithmicLogarithmic distribution.Classcern.jet.randomColt
LongArrayListResizable list holding long elements; implemented with arrays.Classcern.colt.listColt
LongComparatorA comparison function which imposes a total ordering on some collection of elements.Interfacecern.colt.functionColt
LongListAdapterAdapter that permits an AbstractLongList to be viewed and treated as a JDK 1.Classcern.colt.list.adapterColt
LongObjectProcedureInterface that represents a procedure object: a procedure that takes two arguments and does not return a value.Interfacecern.colt.functionColt
LongProcedureInterface that represents a procedure object: a procedure that takes a single argument and does not return a value.Interfacecern.colt.functionColt
Matrix2DMatrix2DFunctionInterface that represents a function object: a function that takes two arguments and returns a single value.Interfacecern.colt.matrix.linalgColt
MersenneTwisterMersenneTwister (MT19937) is one of the strongest uniform pseudo-random number generators known so far; at the same time it is quick.Classcern.jet.random.engineColt
MersenneTwister64Same as MersenneTwister except that method raw() returns 64 bit random numbers instead of 32 bit random numbers.Classcern.jet.random.engineColt
MightyStaticBin1DStatic and the same as its superclass, except that it can do more: Additionally computes moments of arbitrary integer order, harmonic mean, geometric mean, etc.Classhep.aida.binColt
MinMaxNumberListResizable 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.Classcern.colt.listColt
MultOnly for performance tuning of compute intensive linear algebraic computations.Classcern.jet.mathColt
NegativeBinomialNegative Binomial distribution; See the math definition.Classcern.jet.randomColt
NormalScientific and Technical ComputingClasscern.jet.randomColt
ObjectArrayListResizable list holding Object elements; implemented with arrays.Classcern.colt.listColt
ObjectBufferFixed sized (non resizable) streaming buffer connected to a target ObjectBufferConsumer to which data is automatically flushed upon buffer overflow.Classcern.colt.bufferColt
ObjectBufferConsumerTarget of a streaming ObjectBuffer into which data is flushed upon buffer overflow.Interfacecern.colt.bufferColt
ObjectFactory1DFactory for convenient construction of 1-d matrices holding Object cells.Classcern.colt.matrixColt
ObjectFactory2DFactory for convenient construction of 2-d matrices holding Object cells.Classcern.colt.matrixColt
ObjectFactory3DFactory for convenient construction of 3-d matrices holding Object cells.Classcern.colt.matrixColt
ObjectFunctionInterface that represents a function object: a function that takes a single argument and returns a single value.Interfacecern.colt.functionColt
ObjectListAdapterAdapter that permits an ObjectArrayList to be viewed and treated as a JDK 1.Classcern.colt.list.adapterColt
ObjectMatrix1DAbstract base class for 1-d matrices (aka vectors) holding Object elements.Classcern.colt.matrixColt
ObjectMatrix1DComparatorA comparison function which imposes a total ordering on some collection of elements.Interfacecern.colt.matrix.objectalgoColt
ObjectMatrix1DProcedureInterface that represents a condition or procedure object: takes a single argument and returns a boolean value.Interfacecern.colt.matrixColt
ObjectMatrix2DAbstract base class for 2-d matrices holding Object elements.Classcern.colt.matrixColt
ObjectMatrix2DComparatorA comparison function which imposes a total ordering on some collection of elements.Interfacecern.colt.matrix.objectalgoColt
ObjectMatrix2DProcedureInterface that represents a condition or procedure object: takes a single argument and returns a boolean value.Interfacecern.colt.matrixColt
ObjectMatrix3DAbstract base class for 3-d matrices holding Object elements.Classcern.colt.matrixColt
ObjectMatrix3DProcedureInterface that represents a condition or procedure object: takes a single argument and returns a boolean value.Interfacecern.colt.matrixColt
ObjectObjectFunctionInterface that represents a function object: a function that takes two arguments and returns a single value.Interfacecern.colt.functionColt
ObjectProcedureInterface that represents a procedure object: a procedure that takes a single argument and does not return a value.Interfacecern.colt.functionColt
OpenDoubleIntHashMapHash map holding (key,value) associations of type (double-->int); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.Classcern.colt.mapColt
OpenIntDoubleHashMapHash map holding (key,value) associations of type (int-->double); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.Classcern.colt.mapColt
OpenIntIntHashMapHash map holding (key,value) associations of type (int-->int); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.Classcern.colt.mapColt
OpenIntObjectHashMapHash map holding (key,value) associations of type (int-->Object); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.Classcern.colt.mapColt
OpenLongObjectHashMapHash map holding (key,value) associations of type (long-->Object); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.Classcern.colt.mapColt
PartitioningGiven some interval boundaries, partitions arrays such that all elements falling into an interval are placed next to each other.Classcern.coltColt
PartitioningGiven some interval boundaries, partitions matrices such that cell values falling into an interval are placed next to each other.Classcern.colt.matrix.doublealgoColt
PartitioningGiven some interval boundaries, partitions matrices such that cell values falling into an interval are placed next to each other.Classcern.colt.matrix.objectalgoColt
PersistentObjectThis empty class is the common root for all persistent capable classes.Classcern.coltColt
PhysicalConstantsHigh Energy Physics coherent Physical Constants.Classcern.clhepColt
PlusMultOnly for performance tuning of compute intensive linear algebraic computations.Classcern.jet.mathColt
PoissonPoisson distribution (quick); See the math definition and animated definition.Classcern.jet.randomColt
PoissonSlowPoisson distribution; See the math definition and animated definition.Classcern.jet.randomColt
PolynomialPolynomial functions.Classcern.jet.mathColt
PrimeFinderNot of interest for users; only for implementors of hashtables.Classcern.colt.mapColt
ProbabilityScientific and Technical ComputingClasscern.jet.statColt
PropertyTests matrices for linear algebraic properties (equality, tridiagonality, symmetry, singularity, etc).Classcern.colt.matrix.linalgColt
QRDecompositionFor 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 thatClasscern.colt.matrix.linalgColt
Quantile1TestA class to test the QuantileBin1D code.Classcern.jet.stat.quantileColt
QuantileBin1D1-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;Classhep.aida.binColt
QuantileFinderFactoryFactory constructing exact and approximate quantile finders for both known and unknown N.Classcern.jet.stat.quantileColt
QuickBitVector Includes some operations that interpret sub-bitstrings as long integers.Classcern.colt.bitvectorColt
RCDoubleMatrix2DSparse row-compressed 2-d matrix holding double elements.Classcern.colt.matrix.implColt
RandomEngineAbstract base class for uniform pseudo-random number generating engines.Classcern.jet.random.engineColt
RandomGeneratorInterface for uniform pseudo-random number generators.Interfacecern.jet.random.engineColt
RandomSamplerSpace 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).Classcern.jet.random.samplingColt
RandomSamplingAssistantConveniently 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,.Classcern.jet.random.samplingColt
RandomSeedGeneratorDeterministic seed generator for pseudo-random number generators.Classcern.jet.random.engineColt
RandomSeedTable(Seemingly gigantic) table of good seeds for pseudo-random number generators.Classcern.jet.random.engineColt
ShortArrayListResizable list holding short elements; implemented with arrays.Classcern.colt.listColt
ShortComparatorA comparison function which imposes a total ordering on some collection of elements.Interfacecern.colt.functionColt
ShortProcedureInterface that represents a procedure object: a procedure that takes a single argument and does not return a value.Interfacecern.colt.functionColt
SimpleLongArrayListResizable list holding long elements; implemented with arrays; not efficient; just to demonstrate which methods you must override to implement a fully functional list.Classcern.colt.listColt
SingularValueDecompositionFor 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, andClasscern.colt.matrix.linalgColt
SortingQuicksorts, mergesorts and binary searches; complements java.Classcern.coltColt
SortingMatrix quicksorts and mergesorts.Classcern.colt.matrix.doublealgoColt
SortingMatrix quicksorts and mergesorts.Classcern.colt.matrix.objectalgoColt
SparseDoubleMatrix1DSparse hashed 1-d matrix (aka vector) holding double elements.Classcern.colt.matrix.implColt
SparseDoubleMatrix2DSparse hashed 2-d matrix holding double elements.Classcern.colt.matrix.implColt
SparseDoubleMatrix3DSparse hashed 3-d matrix holding double elements.Classcern.colt.matrix.implColt
SparseObjectMatrix1DSparse hashed 1-d matrix (aka vector) holding Object elements.Classcern.colt.matrix.implColt
SparseObjectMatrix2DSparse hashed 2-d matrix holding Object elements.Classcern.colt.matrix.implColt
SparseObjectMatrix3DSparse hashed 3-d matrix holding Object elements.Classcern.colt.matrix.implColt
StaticBin1D1-dimensional non-rebinnable bin consuming double elements; Efficiently computes basic statistics of data sequences.Classhep.aida.binColt
StatisticBasic statistics operations on matrices.Classcern.colt.matrix.doublealgoColt
StencilStencil operations.Classcern.colt.matrix.doublealgoColt
StudentTStudentT distribution (aka T-distribution); See the math definition and animated definition.Classcern.jet.randomColt
SwapperInterface for an object that knows how to swap elements at two positions (a,b).Interfacecern.coltColt
TestA very(!) basic test of the reference implementations of AIDA histograms.Classhep.aida.refColt
Test2A very(!) basic test of the reference implementationsConstructor SummaryTest2()Classhep.aida.refColt
TimerA handy stopwatch for benchmarking.Classcern.coltColt
TransformDeprecated; Basic element-by-element transformations on DoubleMatrix1D and DoubleMatrix2D.Classcern.colt.matrix.doublealgoColt
UniformUniform distribution; Math definition and animated definition.Classcern.jet.randomColt
UnitsHigh Energy Physics coherent system of Units.Classcern.clhepColt
VariableAxisVariable-width axis; A reference implementation of hep.Classhep.aida.refColt
VersionInformation about the current release.Classcern.coltColt
VonMisesVon Mises distribution.Classcern.jet.randomColt
WeightedRandomSamplerConveniently 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.Classcern.jet.random.samplingColt
Zeta Valid parameter ranges: ro > 0 and pk >= 0.Classcern.jet.randomColt