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

implement Tridiagonal(A::SkewHermTridiagonal) #75

Closed
stevengj opened this issue Aug 19, 2022 · 1 comment
Closed

implement Tridiagonal(A::SkewHermTridiagonal) #75

stevengj opened this issue Aug 19, 2022 · 1 comment

Comments

@stevengj
Copy link
Member

stevengj commented Aug 19, 2022

Would be good to have a constructor to convert this to an ordinary LinearAlgebra.Tridiagonal type so that you have access to more O(n) matrix operations.

For #70, you implemented ldiv! and rdiv! for numbers. The interesting case, however, is to implement fast linear solves. (For the Tridiagonal type, this is done with an optimized LU factorization.) Converting to Tridiagonal and using the generic tridiagonal solver will be reasonably efficient, however.

@stevengj
Copy link
Member Author

In general, please link the commit or the PR to the issue that it closes — that way someone following the issue does not need to dig through the source code to find out how and where it was resolved.

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

No branches or pull requests

2 participants