| Name | Description | Type | Package | Framework |
| AbstractFormatter | Abstract base class for flexible, well human readable matrix print formatting. | Class | cern.colt.matrix.impl | 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 |
|
| Algebra | Linear algebraic matrix operations operating on DoubleMatrix2D; concentrates most functionality of this package. | Class | cern.colt.matrix.linalg | Colt |
|
| BenchmarkMatrix | Configurable matrix benchmark. | Class | cern.colt.matrix.bench | 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| EigenvalueDecomposition | Eigenvalues and eigenvectors of a real matrix A. | Class | cern.colt.matrix.linalg | 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 |
|
| 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 |
|
| Matrix2DMatrix2DFunction | Interface that represents a function object: a function that takes two arguments and returns a single value. | Interface | cern.colt.matrix.linalg | 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| RCDoubleMatrix2D | Sparse row-compressed 2-d matrix holding double elements. | Class | cern.colt.matrix.impl | 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 | 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 |
|
| Statistic | Basic statistics operations on matrices. | Class | cern.colt.matrix.doublealgo | Colt |
|
| Statistic .VectorVectorFunction | two argument vectors and returns a single value. | Interface | cern.colt.matrix.doublealgo | Colt |
|
| Stencil | Stencil operations. | Class | cern.colt.matrix.doublealgo | Colt |
|
| Transform | Deprecated; Basic element-by-element transformations on DoubleMatrix1D and DoubleMatrix2D. | Class | cern.colt.matrix.doublealgo | Colt |