nalgebra/nalgebra-sparse/tests
Andreas Longva 66cbd26702 Add prealloc suffix to spmm_csr and spadd_csr
The suffix is intended to communicate that these methods
assume `preallocated` storage, i.e. they try to store the
result in a matrix which already has the correct sparsity
pattern for the operation.
2021-01-26 10:11:24 +01:00
..
common Implement spmm_csr 2021-01-26 10:11:24 +01:00
unit_tests Add prealloc suffix to spmm_csr and spadd_csr 2021-01-26 10:11:24 +01:00
unit.rs Improved CooMatrix proptest strategies 2021-01-26 10:11:24 +01:00