| Class | Description |
|---|---|
| DenseMatrix |
A Dense matrix.
|
| DenseVector |
A dense vector
|
| Matrix |
Two-dimensional table of floating point numbers.
|
| SparseMatrix |
A sparse matrix
|
| SparseVector |
A sparse vector
|
| SymmetricMatrix |
Matrix where
aij = aji for all elements. |
| Util |
Utilities
|
| Vector |
An ordered list of floating point numbers.
|