Search Java Classes and Packages
Search Java Frameworks and Libraries
#Cern.colt.matrix.impl Classes and Interfaces - 20 results found.
| 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 |
|
| 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 |
|
| 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 |
|
| RCDoubleMatrix2D | Sparse row-compressed 2-d matrix holding double elements. | Class | cern.colt.matrix.impl | 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 |