SciML / LinearSolve.jl

LinearSolve.jl: High-Performance Unified Interface for Linear Solvers in Julia. Easily switch between factorization and Krylov methods, add preconditioners, and all in one interface.
https://docs.sciml.ai/LinearSolve/stable/
Other
241 stars 52 forks source link

Banded QR for under-determined systems #419

Open avik-pal opened 10 months ago

avik-pal commented 10 months ago

Currently we throw an error for Banded QR for wide matrices. See discussion in https://github.com/SciML/BoundaryValueDiffEq.jl/pull/122