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.
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.