|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use cern.colt.matrix | |
---|---|
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.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.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. MRNSD - Modified Residual Norm Steepest Descent. CGLS - Conjugate Gradient for Least Squares. |
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.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. MRNSD - Modified Residual Norm Steepest Descent. CGLS - Conjugate Gradient for Least Squares. |
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. |
Classes in cern.colt.matrix used by cern.colt.matrix | |
---|---|
AbstractMatrix
Abstract base class for arbitrary-dimensional matrices holding objects or primitive data types such as int , float , etc. |
|
AbstractMatrix1D
Abstract base class for 1-d matrices (aka vectors) holding objects or primitive data types such as int , double , etc. |
|
AbstractMatrix2D
Abstract base class for 2-d matrices holding objects or primitive data types such as int , double , etc. |
|
AbstractMatrix3D
Abstract base class for 3-d matrices holding objects or primitive data types such as int , double , etc. |
|
Former
Formats a double or complex (double[]) into a string (like sprintf in C). |
|
Norm
Types of matrix norms. |
|
Transpose
Transpose enumeration |
Classes in cern.colt.matrix used by cern.colt.matrix.tdcomplex | |
---|---|
AbstractMatrix
Abstract base class for arbitrary-dimensional matrices holding objects or primitive data types such as int , float , etc. |
|
AbstractMatrix1D
Abstract base class for 1-d matrices (aka vectors) holding objects or primitive data types such as int , double , etc. |
|
AbstractMatrix2D
Abstract base class for 2-d matrices holding objects or primitive data types such as int , double , etc. |
|
AbstractMatrix3D
Abstract base class for 3-d matrices holding objects or primitive data types such as int , double , etc. |
Classes in cern.colt.matrix used by cern.colt.matrix.tdcomplex.impl | |
---|---|
AbstractMatrix
Abstract base class for arbitrary-dimensional matrices holding objects or primitive data types such as int , float , etc. |
|
AbstractMatrix1D
Abstract base class for 1-d matrices (aka vectors) holding objects or primitive data types such as int , double , etc. |
|
AbstractMatrix2D
Abstract base class for 2-d matrices holding objects or primitive data types such as int , double , etc. |
|
AbstractMatrix3D
Abstract base class for 3-d matrices holding objects or primitive data types such as int , double , etc. |
Classes in cern.colt.matrix used by cern.colt.matrix.tdouble | |
---|---|
AbstractMatrix
Abstract base class for arbitrary-dimensional matrices holding objects or primitive data types such as int , float , etc. |
|
AbstractMatrix1D
Abstract base class for 1-d matrices (aka vectors) holding objects or primitive data types such as int , double , etc. |
|
AbstractMatrix2D
Abstract base class for 2-d matrices holding objects or primitive data types such as int , double , etc. |
|
AbstractMatrix3D
Abstract base class for 3-d matrices holding objects or primitive data types such as int , double , etc. |
Classes in cern.colt.matrix used by cern.colt.matrix.tdouble.algo | |
---|---|
AbstractFormatter
Abstract base class for flexible, well human readable matrix print formatting. |
|
Norm
Types of matrix norms. |
Classes in cern.colt.matrix used by cern.colt.matrix.tdouble.algo.solver | |
---|---|
Norm
Types of matrix norms. |
Classes in cern.colt.matrix used by cern.colt.matrix.tdouble.impl | |
---|---|
AbstractMatrix
Abstract base class for arbitrary-dimensional matrices holding objects or primitive data types such as int , float , etc. |
|
AbstractMatrix1D
Abstract base class for 1-d matrices (aka vectors) holding objects or primitive data types such as int , double , etc. |
|
AbstractMatrix2D
Abstract base class for 2-d matrices holding objects or primitive data types such as int , double , etc. |
|
AbstractMatrix3D
Abstract base class for 3-d matrices holding objects or primitive data types such as int , double , etc. |
Classes in cern.colt.matrix used by cern.colt.matrix.tfcomplex | |
---|---|
AbstractMatrix
Abstract base class for arbitrary-dimensional matrices holding objects or primitive data types such as int , float , etc. |
|
AbstractMatrix1D
Abstract base class for 1-d matrices (aka vectors) holding objects or primitive data types such as int , double , etc. |
|
AbstractMatrix2D
Abstract base class for 2-d matrices holding objects or primitive data types such as int , double , etc. |
|
AbstractMatrix3D
Abstract base class for 3-d matrices holding objects or primitive data types such as int , double , etc. |
Classes in cern.colt.matrix used by cern.colt.matrix.tfcomplex.impl | |
---|---|
AbstractMatrix
Abstract base class for arbitrary-dimensional matrices holding objects or primitive data types such as int , float , etc. |
|
AbstractMatrix1D
Abstract base class for 1-d matrices (aka vectors) holding objects or primitive data types such as int , double , etc. |
|
AbstractMatrix2D
Abstract base class for 2-d matrices holding objects or primitive data types such as int , double , etc. |
|
AbstractMatrix3D
Abstract base class for 3-d matrices holding objects or primitive data types such as int , double , etc. |
Classes in cern.colt.matrix used by cern.colt.matrix.tfloat | |
---|---|
AbstractMatrix
Abstract base class for arbitrary-dimensional matrices holding objects or primitive data types such as int , float , etc. |
|
AbstractMatrix1D
Abstract base class for 1-d matrices (aka vectors) holding objects or primitive data types such as int , double , etc. |
|
AbstractMatrix2D
Abstract base class for 2-d matrices holding objects or primitive data types such as int , double , etc. |
|
AbstractMatrix3D
Abstract base class for 3-d matrices holding objects or primitive data types such as int , double , etc. |
Classes in cern.colt.matrix used by cern.colt.matrix.tfloat.algo | |
---|---|
AbstractFormatter
Abstract base class for flexible, well human readable matrix print formatting. |
|
Norm
Types of matrix norms. |
Classes in cern.colt.matrix used by cern.colt.matrix.tfloat.algo.solver | |
---|---|
Norm
Types of matrix norms. |
Classes in cern.colt.matrix used by cern.colt.matrix.tfloat.impl | |
---|---|
AbstractMatrix
Abstract base class for arbitrary-dimensional matrices holding objects or primitive data types such as int , float , etc. |
|
AbstractMatrix1D
Abstract base class for 1-d matrices (aka vectors) holding objects or primitive data types such as int , double , etc. |
|
AbstractMatrix2D
Abstract base class for 2-d matrices holding objects or primitive data types such as int , double , etc. |
|
AbstractMatrix3D
Abstract base class for 3-d matrices holding objects or primitive data types such as int , double , etc. |
Classes in cern.colt.matrix used by cern.colt.matrix.tint | |
---|---|
AbstractMatrix
Abstract base class for arbitrary-dimensional matrices holding objects or primitive data types such as int , float , etc. |
|
AbstractMatrix1D
Abstract base class for 1-d matrices (aka vectors) holding objects or primitive data types such as int , double , etc. |
|
AbstractMatrix2D
Abstract base class for 2-d matrices holding objects or primitive data types such as int , double , etc. |
|
AbstractMatrix3D
Abstract base class for 3-d matrices holding objects or primitive data types such as int , double , etc. |
Classes in cern.colt.matrix used by cern.colt.matrix.tint.algo | |
---|---|
AbstractFormatter
Abstract base class for flexible, well human readable matrix print formatting. |
Classes in cern.colt.matrix used by cern.colt.matrix.tint.impl | |
---|---|
AbstractMatrix
Abstract base class for arbitrary-dimensional matrices holding objects or primitive data types such as int , float , etc. |
|
AbstractMatrix1D
Abstract base class for 1-d matrices (aka vectors) holding objects or primitive data types such as int , double , etc. |
|
AbstractMatrix2D
Abstract base class for 2-d matrices holding objects or primitive data types such as int , double , etc. |
|
AbstractMatrix3D
Abstract base class for 3-d matrices holding objects or primitive data types such as int , double , etc. |
Classes in cern.colt.matrix used by cern.colt.matrix.tlong | |
---|---|
AbstractMatrix
Abstract base class for arbitrary-dimensional matrices holding objects or primitive data types such as int , float , etc. |
|
AbstractMatrix1D
Abstract base class for 1-d matrices (aka vectors) holding objects or primitive data types such as int , double , etc. |
|
AbstractMatrix2D
Abstract base class for 2-d matrices holding objects or primitive data types such as int , double , etc. |
|
AbstractMatrix3D
Abstract base class for 3-d matrices holding objects or primitive data types such as int , double , etc. |
Classes in cern.colt.matrix used by cern.colt.matrix.tlong.algo | |
---|---|
AbstractFormatter
Abstract base class for flexible, well human readable matrix print formatting. |
Classes in cern.colt.matrix used by cern.colt.matrix.tlong.impl | |
---|---|
AbstractMatrix
Abstract base class for arbitrary-dimensional matrices holding objects or primitive data types such as int , float , etc. |
|
AbstractMatrix1D
Abstract base class for 1-d matrices (aka vectors) holding objects or primitive data types such as int , double , etc. |
|
AbstractMatrix2D
Abstract base class for 2-d matrices holding objects or primitive data types such as int , double , etc. |
|
AbstractMatrix3D
Abstract base class for 3-d matrices holding objects or primitive data types such as int , double , etc. |
Classes in cern.colt.matrix used by cern.colt.matrix.tobject | |
---|---|
AbstractMatrix
Abstract base class for arbitrary-dimensional matrices holding objects or primitive data types such as int , float , etc. |
|
AbstractMatrix1D
Abstract base class for 1-d matrices (aka vectors) holding objects or primitive data types such as int , double , etc. |
|
AbstractMatrix2D
Abstract base class for 2-d matrices holding objects or primitive data types such as int , double , etc. |
|
AbstractMatrix3D
Abstract base class for 3-d matrices holding objects or primitive data types such as int , double , etc. |
Classes in cern.colt.matrix used by cern.colt.matrix.tobject.algo | |
---|---|
AbstractFormatter
Abstract base class for flexible, well human readable matrix print formatting. |
Classes in cern.colt.matrix used by cern.colt.matrix.tobject.impl | |
---|---|
AbstractMatrix
Abstract base class for arbitrary-dimensional matrices holding objects or primitive data types such as int , float , etc. |
|
AbstractMatrix1D
Abstract base class for 1-d matrices (aka vectors) holding objects or primitive data types such as int , double , etc. |
|
AbstractMatrix2D
Abstract base class for 2-d matrices holding objects or primitive data types such as int , double , etc. |
|
AbstractMatrix3D
Abstract base class for 3-d matrices holding objects or primitive data types such as int , double , etc. |
|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |