nalgebra/tests
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
..
conversion.rs Implement AsRef, AsMut, Into, From. 2017-02-18 13:44:03 +01:00
isometry.rs Doc + slerp + conversions. 2017-02-12 18:17:09 +01:00
matrix.rs Add a method to compute the trace of a matrix. 2017-03-19 22:44:08 +01:00
matrix_inverse.rs Relax invertibility test in try_inverse() 2017-04-28 19:11:33 +02:00
matrix_slice.rs Doc + slerp + conversions. 2017-02-12 18:17:09 +01:00
point.rs Complete library rewrite. 2016-12-04 22:47:36 +01:00
projection.rs Doc + slerp + conversions. 2017-02-12 18:17:09 +01:00
quaternion.rs Fix travis.yml. 2016-12-04 23:17:27 +01:00
rotation.rs Doc + slerp + conversions. 2017-02-12 18:17:09 +01:00
serde.rs Doc + slerp + conversions. 2017-02-12 18:17:09 +01:00
similarity.rs Complete library rewrite. 2016-12-04 22:47:36 +01:00
unit_complex.rs Doc + slerp + conversions. 2017-02-12 18:17:09 +01:00