nalgebra/src
Andreas Longva a52b079578 Relax invertibility test in try_inverse()
The previous implementation of try_inverse() used an approximate
check of the determinant against 0 for small matrices to
determine if the matrix was invertible. This is not a reliable test,
and may fail for perfectly invertible matrices. This change
simply makes the test criterion an exact comparison instead.
2017-04-28 19:11:33 +02:00
..
core Relax invertibility test in try_inverse() 2017-04-28 19:11:33 +02:00
geometry Make serde optional behind the "serde-serialize" feature. 2017-02-15 22:04:34 +01:00
traits Complete library rewrite. 2016-12-04 22:47:36 +01:00
lib.rs Fix html_root_url. 2017-04-09 13:19:27 +02:00