|
| struct | unsupported_conversion |
| | The requested conversion between sparsity structures could not be performed (most likely because certain compiler or standard library features were unavailable when the library was built). More...
|
| struct | SparsityConverter |
| | Converts one matrix storage format to another. More...
|
| struct | SparsityConversionRequest |
| | Additional options for the conversion performed by SparsityConverter. More...
|
| struct | SparsityConversionRequest< Dense > |
| | Conversion to dense format does not require any additional options. More...
|
| struct | SparsityConverter< Dense, Dense > |
| | Conversion from dense to dense is trivial. More...
|
| struct | SparsityConverter< SparseCSC< Index, StorageIndex >, Dense > |
| | Conversion from CSC to dense format. More...
|
| struct | SparsityConverter< SparseCOO< Index >, Dense > |
| | Conversion from COO to dense format. More...
|
| struct | SparsityConversionRequest< SparseCOO< Index > > |
| | Conversion to COO format allows customization of the index offset (zero-based or one-based). More...
|
| struct | SparsityConverter< Dense, SparseCOO< Index > > |
| | Conversion from dense to COO format. More...
|
| struct | SparsityConverter< SparseCSC< IndexFrom, StorageIndexFrom >, SparseCOO< IndexTo > > |
| | Conversion from CSC to COO format. More...
|
| struct | SparsityConverter< SparseCOO< IndexFrom >, SparseCOO< IndexTo > > |
| | Conversion from COO to COO format (with possibly different index types and offsets). More...
|
| struct | SparsityConversionRequest< SparseCSC< Index, StorageIndex > > |
| | Conversion to CSC format allows sorting the indices in the output if desired. More...
|
| struct | SparsityConverter< SparseCOO< IndexFrom >, SparseCSC< IndexTo, StorageIndexTo > > |
| | Conversion from COO to CSC format. More...
|
| struct | SparsityConverter< SparseCSC< IndexFrom, StorageIndexFrom >, SparseCSC< IndexTo, StorageIndexTo > > |
| | Conversion from CSC to CSC format (with possibly different index types and sorting). More...
|
| struct | SparsityConverter< Dense, SparseCSC< Index, StorageIndex > > |
| | Conversion from dense to CSC format. More...
|
| struct | SparsityConverter< Sparsity, To > |
| | Converts any supported matrix storage format to the given format. More...
|
| struct | Dense |
| | Dense matrix structure. More...
|
| struct | SparseCSC |
| | Sparse compressed-column structure (CCS or CSC). More...
|
| struct | SparseCOO |
| | Sparse coordinate list structure (COO). More...
|
| struct | Sparsity |
| | Stores any of the supported sparsity patterns. More...
|