nalgebra/nalgebra-sparse/src/ops
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
..
serial Add prealloc suffix to spmm_csr and spadd_csr 2021-01-26 10:11:24 +01:00
impl_std_ops.rs Add prealloc suffix to spmm_csr and spadd_csr 2021-01-26 10:11:24 +01:00
mod.rs Improve Ops API 2021-01-26 10:11:24 +01:00