| Type | Location | Extends | Description |
|---|---|---|---|
| csr_matrix | linalg_sparse | None | A sparse matrix stored in compressed sparse row (CSR) format. |
| eigen_solution | linear_algebra | None | A container for both eigenvectors and eigenvalues. |
| lu_factors | linear_algebra | None | A container for the results of a LU factorization. |
| msr_matrix | linalg_sparse | None | A sparse matrix stored in modified sparse row format. |
| qr_factors | linear_algebra | None | A container for the results of a QR factorization of an M-by-N matrix. |
| svd_factors | linear_algebra | None | A container for the results of a singular value decomposition of an M-by-N matrix. |