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. |
||
---|---|---|
.. | ||
core | ||
geometry | ||
traits | ||
lib.rs |