Altaxo. |
| Class | Description | |
|---|---|---|
| DenseColumnMajorMatrixStorageT | Stores a dense matrix in column-major order. | |
| DenseVectorStorageT | Stores a dense vector in contiguous memory. | |
| DiagonalMatrixStorageT | Stores a diagonal matrix by its diagonal entries. | |
| MatrixStorageT | Represents the storage backing a matrix. | |
| SparseCompressedRowMatrixStorageT | Stores a sparse matrix in compressed-row format. | |
| SparseVectorStorageT | Stores a sparse vector by index and value arrays. | |
| VectorStorageT | Represents the storage backing for a vector. |