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 LU decomposition with complete pivoting? #1136

Open
ajinkya-k opened this issue Dec 3, 2024 · 1 comment
Open

Add LU decomposition with complete pivoting? #1136

ajinkya-k opened this issue Dec 3, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@ajinkya-k
Copy link
Contributor

Hello!

Is there a specific reason why an LU decomposition with full pivoting is not implemented? LAPACK provides this through the getc2 routine see here. Is it worth adding this to LinearAlgebra

@stevengj
Copy link
Member

stevengj commented Dec 3, 2024

See also scipy/scipy#11903 … this is mainly useful for pedagogy AFAIK, not for practical usage.

@stevengj stevengj added the enhancement New feature or request label Dec 3, 2024
@stevengj stevengj changed the title Add LU decomposition with full pivoting? Add LU decomposition with complete pivoting? Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants