nalgebra/nalgebra-sparse
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
..
src Add prealloc suffix to spmm_csr and spadd_csr 2021-01-26 10:11:24 +01:00
tests Add prealloc suffix to spmm_csr and spadd_csr 2021-01-26 10:11:24 +01:00
Cargo.toml Improved CooMatrix proptest strategies 2021-01-26 10:11:24 +01:00