You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LU-factorize without pivoting for inv of Taylor1 matrices (#223)
* Add `inv` for `Matrix{Taylor1{T}}`, without pivoting in `lu`
Fixes#221
* Fixes tests for inv by shifting the diagonal
* Specialize `lu` instead of `inv`
0 commit comments