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
248 stars 53 forks source link

Case for non-square matrices #218

Closed EthanRLeonard closed 1 year ago

EthanRLeonard commented 2 years ago

Pursuant to this post : https://discourse.julialang.org/t/can-you-solve-wide-matrices-with-linearsolve-jl/89595/4?u=ethan_leonard

Thanks!

ChrisRackauckas commented 1 year ago

This was handled awhile ago.