forked from M-Labs/nalgebra
a52b079578
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. |
||
---|---|---|
.. | ||
conversion.rs | ||
isometry.rs | ||
matrix_inverse.rs | ||
matrix_slice.rs | ||
matrix.rs | ||
point.rs | ||
projection.rs | ||
quaternion.rs | ||
rotation.rs | ||
serde.rs | ||
similarity.rs | ||
unit_complex.rs |