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

add generic A(t|c)_ldiv_B! for triangular A #14505

Closed
wants to merge 1 commit into from

Conversation

Sacha0
Copy link
Member

@Sacha0 Sacha0 commented Dec 29, 2015

Followup to #14396 (comment). This pull request provides generic A(t|c)_ldiv_B! for triangular A. Hypothetically test/linalg/triangular.jl already covers these methods but for the caveat mentioned in JuliaLang/LinearAlgebra.jl#295 / #14504.

(edit by @hayd: cc @andreasnoack)

@hayd hayd added the linear algebra Linear algebra label Dec 30, 2015
@Sacha0
Copy link
Member Author

Sacha0 commented Dec 30, 2015

Having gone through more of test/linalg/triangular.jl, I now doubt that the existing tests properly cover At_ldiv_B!. I also realized that At_ldiv_B! is not as generic as it should be. I plan to subsume this into a larger PR, so please hold off on review for now.

@Sacha0
Copy link
Member Author

Sacha0 commented Dec 30, 2015

Subsumed by #14508.

@Sacha0 Sacha0 closed this Dec 30, 2015
@Sacha0 Sacha0 deleted the tcgtrs branch December 30, 2015 03:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
linear algebra Linear algebra
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants