LinearAlgebra.jl icon indicating copy to clipboard operation
LinearAlgebra.jl copied to clipboard

Add LU decomposition with complete pivoting?

Open ajinkya-k opened this issue 11 months ago • 1 comments

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

ajinkya-k avatar Dec 03 '24 07:12 ajinkya-k