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

check dl===du in lu! for Tridiagonal; closes #35167 #35197

Merged
merged 1 commit into from
Mar 24, 2020

Conversation

ranocha
Copy link
Member

@ranocha ranocha commented Mar 21, 2020

I've added a check whether the lower and upper off-diagonals of a Tridiagonal matrix alias for the in-place LU factorization, closes JuliaLang/LinearAlgebra.jl#706.

@dkarrasch dkarrasch added the linear algebra Linear algebra label Mar 21, 2020
Copy link
Member

@dkarrasch dkarrasch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dkarrasch dkarrasch merged commit e7a9474 into JuliaLang:master Mar 24, 2020
oxinabox pushed a commit to oxinabox/julia that referenced this pull request Apr 8, 2020
ravibitsgoa pushed a commit to ravibitsgoa/julia that referenced this pull request Apr 9, 2020
jishnub added a commit that referenced this pull request Oct 18, 2023
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.

Check arguments when constructing a Tridiagonal matrix
2 participants