Parallel Colt 0.7.2

Parallel Colt

Open Source Libraries for High Performance Scientific and Technical Computing in Java


Packages
cern.clhep A Java port of CLHEP 1.4.0 (C++) - A Class Library for High Energy Physics.
cern.colt Core base classes; Operations on primitive arrays such as sorting, partitioning and permuting.
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.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.function.tboolean Core interfaces for functions, comparisons and procedures on boolean data type.
cern.colt.function.tbyte Core interfaces for functions, comparisons and procedures on byte data type.
cern.colt.function.tchar Core interfaces for functions, comparisons and procedures on char data type.
cern.colt.function.tdcomplex Core interfaces for functions, comparisons and procedures on dcomplex data type.
cern.colt.function.tdouble Core interfaces for functions, comparisons and procedures on double data type.
cern.colt.function.tfcomplex Core interfaces for functions, comparisons and procedures on fcomplex data type.
cern.colt.function.tfloat Core interfaces for functions, comparisons and procedures on float data type.
cern.colt.function.tint Core interfaces for functions, comparisons and procedures on int data type.
cern.colt.function.tlong Core interfaces for functions, comparisons and procedures on long data type.
cern.colt.function.tobject Core interfaces for functions, comparisons and procedures on Object data type.
cern.colt.function.tshort Core interfaces for functions, comparisons and procedures on short data type.
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.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.io I/O operations with matrices and vectors.
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.algo.decomposition Martrix decompositions.
cern.colt.matrix.tdouble.algo.solver Iterative solvers BiCG - BiConjugate gradients. BiCGstab - BiConjugate gradients stabilized. CG - Conjugate gradients. CGS - Conjugate gradients squared. Chebyshev - The Chebyshev iteration for symmetrical, positive definite matrices. GMRES - Generalized minimal residual using restart. IR - Iterative refinement (Richardson's method). QMR - Quasi-minimal residual. HyBR - Hybrid Bidiagonalization Regularization.
cern.colt.matrix.tdouble.algo.solver.preconditioner Preconditioners for iterative solvers.
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.algo.decomposition Martrix decompositions.
cern.colt.matrix.tfloat.algo.solver Iterative solvers BiCG - BiConjugate gradients. BiCGstab - BiConjugate gradients stabilized. CG - Conjugate gradients. CGS - Conjugate gradients squared. Chebyshev - The Chebyshev iteration for symmetrical, positive definite matrices. GMRES - Generalized minimal residual using restart. IR - Iterative refinement (Richardson's method). QMR - Quasi-minimal residual. HyBR - Hybrid Bidiagonalization Regularization.
cern.colt.matrix.tfloat.algo.solver.preconditioner Preconditioners for iterative solvers.
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.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.math.tdcomplex Tools for basic and advanced mathematics: Arithmetics and Function Objects for generic function evaluation operating on dcomplex data type.
cern.jet.math.tdouble Tools for basic and advanced mathematics: Arithmetics and Algebra, Polynomials and Chebyshev series, Bessel and Airy functions, Function Objects for generic function evaluation, etc.
cern.jet.math.tfcomplex Tools for basic and advanced mathematics: Arithmetics and Function Objects for generic function evaluation operating on fcomplex data type.
cern.jet.math.tfloat Tools for basic and advanced mathematics: Arithmetics and Function Objects for generic function evaluation operating on float data type.
cern.jet.math.tint Tools for basic and advanced mathematics: Arithmetics and Function Objects for generic function evaluation operating on int 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 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 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.
corejava C-like number formatting that follows printf conventions.
edu.emory.mathcs.jtransforms.dct Discrete Cosine Transforms.
edu.emory.mathcs.jtransforms.dht Discrete Hartley Transforms.
edu.emory.mathcs.jtransforms.dst Discrete Sine Transforms.
edu.emory.mathcs.jtransforms.fft Discrete Fourier Transforms.
edu.emory.mathcs.utils Utility classes.
hep.aida.tdouble Interfaces for compact, extensible, modular and performant histogramming functionality.
hep.aida.tdouble.bin Multisets (bags) with efficient statistics operations defined upon; This package requires the Colt distribution.
hep.aida.tdouble.ref Reference implementation of the AIDA histogram interfaces.
hep.aida.tfloat Interfaces for compact, extensible, modular and performant histogramming functionality.
hep.aida.tfloat.bin Multisets (bags) with efficient statistics operations defined upon; This package requires the Colt distribution.
hep.aida.tfloat.ref Reference implementation of the AIDA histogram interfaces.
jcuda.jcublas Java bindings for CUBLAS, the NVIDIA CUDA BLAS library.
optimization Java nonlinear optimization package.

 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage