Skip to content

use consistent `StorageIndex`

SparseMatrix::Map and SparseMatrix::TransposedSparseMatrix are defined in SparseMatrix, but they always use the default StorageIndex. Now they use the same StorageIndex as the SparseMatrix object.

Merge request reports

Loading