Skip to content
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

lmul! missing for Bidiagonal #51765

Closed
dlfivefifty opened this issue Oct 18, 2023 · 0 comments · Fixed by #51777
Closed

lmul! missing for Bidiagonal #51765

dlfivefifty opened this issue Oct 18, 2023 · 0 comments · Fixed by #51777
Labels

Comments

@dlfivefifty
Copy link
Contributor

Because Bidiagonal are triangular we can and should support in-place multiplication but they are missing:

julia> lmul!(Bidiagonal(randn(5), randn(4), :L), randn(5))
ERROR: MethodError: no method matching lmul!(::Bidiagonal{Float64, Vector{Float64}}, ::Vector{Float64})

Surprisingly ldiv! already works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants