commit | 20eee3f047f56b7715b311313b2998daaaf08a96 | [log] [tgz] |
---|---|---|
author | robertphillips <robertphillips@google.com> | Fri Jun 19 05:14:26 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Fri Jun 19 05:14:26 2015 -0700 |
tree | 5c7592f8266290804816c43f808db060ed3adec9 | |
parent | 13a007d9df7769d3c63998dfeadda5ca17f1d15a [diff] |
Added check for ill-conditioned invert sk_inv_determinant has a guard that the determinant can't get too big so this CL only checks if the determinant gets too small. BUG=492263 Review URL: https://codereview.chromium.org/1188433011