-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Heads up about changes in Julia LinearAlgebra stdlib affecting this package #221
Comments
36 tasks
Thanks for reporting. I'll take a look on this. |
The problem is indeed the fact that A possible solution could be to extend |
lbenet
added a commit
that referenced
this issue
Sep 6, 2019
dpsanders
pushed a commit
that referenced
this issue
Sep 6, 2019
* 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`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pivoting in the LU factorization is now used in more cases after: JuliaLang/julia#32989
This means that the line https://github.com/JuliaLang/julia/blame/master/stdlib/LinearAlgebra/src/lu.jl#L143 gets executed which breaks this package tests:
The text was updated successfully, but these errors were encountered: