nalgebra/nalgebra-sparse/tests/unit_tests
Andreas Longva 7a083d50f7 Increase tolerance to ensure tests pass
It's possible that some particularly bad inputs cause
severe loss of significance in the triangular solves.
This is exacerbated by the fact that the way we test
the (residual) error is also prone to loss of significance,
so that the error measure itself is problematic.

We could maybe improve this in the future by using arbitrary-
precision arithmetic to remove some sources of error and testing
against appropriate bounds.
2021-01-26 10:11:24 +01:00
..
cholesky.proptest-regressions Add proptest regressions 2021-01-26 10:11:24 +01:00
cholesky.rs Add CscCholesky::solve and ::solve_mut 2021-01-26 10:11:24 +01:00
convert_serial.proptest-regressions Add proptest regressions 2021-01-26 10:11:24 +01:00
convert_serial.rs Implement Csr/CscMatrix::transpose() 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
csc.proptest-regressions Add proptest regressions 2021-01-26 10:11:24 +01:00
csc.rs Implement CsrMatrix/CscMatrix::filter and associated helpers 2021-01-26 10:11:24 +01:00
csr.rs Implement CsrMatrix/CscMatrix::filter and associated helpers 2021-01-26 10:11:24 +01:00
mod.rs Initial port from nalgebra::CsCholesky factorization to CscCholesky 2021-01-26 10:11:24 +01:00
ops.proptest-regressions Implement lower/upper triangular solve for CSC matrices 2021-01-26 10:11:24 +01:00
ops.rs Increase tolerance to ensure tests pass 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 Improve and test proptest generators 2021-01-26 10:11:24 +01:00