nalgebra/nalgebra-sparse/tests/unit_tests
Andreas Longva f20e764edc nalgebra-sparse: Move slow tests and imports into 'slow' child module
This way it's easier to prevent accidental unused imports when
running tests without the slow-tests feature.
2021-01-26 10:11:24 +01:00
..
convert_serial.rs Initial COO <-> Dense conversion routines 2021-01-26 10:11:24 +01:00
coo.rs Put COO, CSR, SparsityPattern and related types in their own modules 2021-01-26 10:11:24 +01:00
csc.rs Implement CSC matrix basic API 2021-01-26 10:11:24 +01:00
csr.rs Test that CSR::disassemble avoids cloning when possible 2021-01-26 10:11:24 +01:00
mod.rs Initial COO <-> Dense conversion routines 2021-01-26 10:11:24 +01:00
ops.rs Put COO, CSR, SparsityPattern and related types in their own modules 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 nalgebra-sparse: Move slow tests and imports into 'slow' child module 2021-01-26 10:11:24 +01:00