Package | Description |
---|---|
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.
MRNSD - Modified Residual Norm Steepest Descent.
CGLS - Conjugate Gradient for Least Squares.
|
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.
|
Class and Description |
---|
FloatMatrix1D
Abstract base class for 1-d matrices (aka vectors) holding
float elements.
|
FloatMatrix2D
Abstract base class for 2-d matrices holding float elements.
|
FloatMatrix3D
Abstract base class for 3-d matrices holding float elements.
|
Class and Description |
---|
FloatMatrix1D
Abstract base class for 1-d matrices (aka vectors) holding
float elements.
|
FloatMatrix2D
Abstract base class for 2-d matrices holding float elements.
|
FloatMatrix3D
Abstract base class for 3-d matrices holding float elements.
|
Class and Description |
---|
FloatFactory1D
Factory for convenient construction of 1-d matrices holding float
cells.
|
FloatFactory2D
Factory for convenient construction of 2-d matrices holding float
cells.
|
FloatFactory3D
Factory for convenient construction of 3-d matrices holding float
cells.
|
FloatMatrix1D
Abstract base class for 1-d matrices (aka vectors) holding
float elements.
|
FloatMatrix1DProcedure
Interface that represents a condition or procedure object: takes a single
argument and returns a boolean value.
|
FloatMatrix2D
Abstract base class for 2-d matrices holding float elements.
|
FloatMatrix2DProcedure
Interface that represents a condition or procedure object: takes a single
argument and returns a boolean value.
|
FloatMatrix3D
Abstract base class for 3-d matrices holding float elements.
|
Class and Description |
---|
FloatMatrix1D
Abstract base class for 1-d matrices (aka vectors) holding
float elements.
|
FloatMatrix2D
Abstract base class for 2-d matrices holding float elements.
|
FloatMatrix2DProcedure
Interface that represents a condition or procedure object: takes a single
argument and returns a boolean value.
|
FloatMatrix3D
Abstract base class for 3-d matrices holding float elements.
|
FloatMatrix3DProcedure
Interface that represents a condition or procedure object: takes a single
argument and returns a boolean value.
|
Class and Description |
---|
FloatMatrix1D
Abstract base class for 1-d matrices (aka vectors) holding
float elements.
|
FloatMatrix2D
Abstract base class for 2-d matrices holding float elements.
|
Class and Description |
---|
FloatMatrix1D
Abstract base class for 1-d matrices (aka vectors) holding
float elements.
|
FloatMatrix2D
Abstract base class for 2-d matrices holding float elements.
|
Class and Description |
---|
FloatMatrix1D
Abstract base class for 1-d matrices (aka vectors) holding
float elements.
|
FloatMatrix2D
Abstract base class for 2-d matrices holding float elements.
|
Class and Description |
---|
FloatMatrix1D
Abstract base class for 1-d matrices (aka vectors) holding
float elements.
|
FloatMatrix2D
Abstract base class for 2-d matrices holding float elements.
|
FloatMatrix3D
Abstract base class for 3-d matrices holding float elements.
|
Jump to the Parallel Colt Homepage