Altaxo. |
[Missing <summary> documentation for "N:Altaxo.Calc.LinearAlgebra.Single"]
Class | Description | |
---|---|---|
![]() | DenseMatrix | A Matrix class with dense storage. The underlying storage is a one dimensional array in column-major order (column by column). |
![]() | DenseVector | A vector using dense storage. |
![]() | DiagonalMatrix | A matrix type for diagonal matrices. |
![]() | Matrix | float version of the MatrixT class. |
![]() | SparseMatrix | A Matrix with sparse storage, intended for very large matrices where most of the cells are zero. The underlying storage scheme is 3-array compressed-sparse-row (CSR) Format. Wikipedia - CSR. |
![]() | SparseVector | A vector with sparse storage, intended for very large vectors where most of the cells are zero. |
![]() | Vector | float version of the VectorT class. |