|
| Compressed Sparse Column (CSC) |
| A compressed sparse column matrix implementation.
|
|
| Compressed Sparse Column (CSC 0-based column pointer) |
| A compressed sparse column matrix implementation using a 0-based column-pointer.
|
|
| Compressed Sparse Row (CSR) |
| A compressed sparse row matrix implementation.
|
|
| Compressed Sparse Row (CSR 0-based row pointer) |
| A compressed sparse row matrix implementation using a 0-based row-pointer.
|
|
| Compressed Sparse Row (CSR C-indexed) |
| A compressed sparse row matrix implementation using C-indexing. This implementation relies on every index lookup to be 0-based.
|
|