nalgebra/nalgebra-sparse/src
Andreas Longva 6a1d12705f Remove old .get() API for CscMatrix in favor of entry API
This essentially makes the API of CscMatrix analogous to
that of CsrMatrix.
2021-01-26 10:11:24 +01:00
..
convert Implement remaining conversions (missing docs) 2021-01-26 10:11:24 +01:00
ops Minor refactoring for sp* ops 2021-01-26 10:11:24 +01:00
coo.rs Remove CooMatrix::to_dense() and Scalar trait bound, add ::nnz() 2021-01-26 10:11:24 +01:00
cs.rs Remove use of unsafe for CsLaneIterMut 2021-01-26 10:11:24 +01:00
csc.rs Remove old .get() API for CscMatrix in favor of entry API 2021-01-26 10:11:24 +01:00
csr.rs Refactor most of Csr/CscMatrix logic into helper type CsMatrix 2021-01-26 10:11:24 +01:00
lib.rs Refactor most of Csr/CscMatrix logic into helper type CsMatrix 2021-01-26 10:11:24 +01:00
pattern.rs Test SparsityPattern and CSR try_* constructors 2021-01-26 10:11:24 +01:00
proptest.rs Add csr, csc, sparsity_pattern proptest generators (untested) 2021-01-26 10:11:24 +01:00