Click or drag to resize

Altaxo.Calc.LinearAlgebra.Storage Namespace

Contains storage backends for vectors and matrices.
Classes
 ClassDescription
Public classDenseColumnMajorMatrixStorageT Stores a dense matrix in column-major order.
Public classDenseVectorStorageT Stores a dense vector in contiguous memory.
Public classDiagonalMatrixStorageT Stores a diagonal matrix by its diagonal entries.
Public classMatrixStorageT Represents the storage backing a matrix.
Public classSparseCompressedRowMatrixStorageT Stores a sparse matrix in compressed-row format.
Public classSparseVectorStorageT Stores a sparse vector by index and value arrays.
Public classVectorStorageT Represents the storage backing for a vector.