|
| struct | Dense |
| | Dense matrix structure. More...
|
| |
| struct | SparseCOO |
| | Sparse coordinate list structure (COO). More...
|
| |
| struct | SparseCSC |
| | Sparse compressed-column structure (CCS or CSC). More...
|
| |
| struct | Sparsity |
| | Stores any of the supported sparsity patterns. More...
|
| |
| struct | SparsityConversionRequest |
| | Additional options for the conversion performed by SparsityConverter. More...
|
| |
| struct | SparsityConversionRequest< Dense< Conf > > |
| |
| struct | SparsityConversionRequest< SparseCOO< Conf, StorageIndex > > |
| |
| struct | SparsityConversionRequest< SparseCSC< Conf, StorageIndex > > |
| |
| struct | SparsityConverter |
| | Converts one matrix storage format to another. More...
|
| |
| struct | SparsityConverter< Dense< Conf >, Dense< Conf > > |
| |
| struct | SparsityConverter< Dense< Conf >, SparseCOO< Conf, StorageIndex > > |
| |
| struct | SparsityConverter< Dense< Conf >, SparseCSC< Conf, StorageIndex > > |
| |
| struct | SparsityConverter< SparseCOO< Conf, StorageIndex >, Dense< Conf > > |
| |
| struct | SparsityConverter< SparseCOO< Conf, StorageIndexFrom >, SparseCOO< Conf, StorageIndexTo > > |
| |
| struct | SparsityConverter< SparseCOO< Conf, StorageIndexFrom >, SparseCSC< Conf, StorageIndexFromTo > > |
| |
| struct | SparsityConverter< SparseCSC< Conf, StorageIndex >, Dense< Conf > > |
| |
| struct | SparsityConverter< SparseCSC< Conf, StorageIndexFrom >, SparseCOO< Conf, StorageIndexTo > > |
| |
| struct | SparsityConverter< SparseCSC< Conf, StorageIndexFrom >, SparseCSC< Conf, StorageIndexTo > > |
| |
| struct | SparsityConverter< Sparsity< Conf >, To > |
| | Converts any supported matrix storage format to the given format. More...
|
| |