Seabert
Results
2
issues of
Seabert
## Overview Adds the following to `CooMatrix` in the `nalgebra-sparse` crate: - `filter` - `remove_row` - `remove_column` - `remove_row_column` ## Details Since the regular `DMatrix` supports the following operations: -...
A quick PR addressing some documentation issues in the `nalgebra-sparse` crate: - outdated version in usage `0.1 -> 0.11` - clarified behaviour in `COO matrix` conversions ### why this was...