williamesamuelson / AffineRayleighOptimization.jl

MIT License
0 stars 0 forks source link

make LinearSolve a weak dep, add compat bounds #3

Closed cvsvensson closed 4 months ago

cvsvensson commented 4 months ago

LinearSolve is a heavy dependency, but is only used for solving the quadratic form problem. This PR makes it a weak dependency. The user can do using LinearSolve to be able to use it for solving the quadratic form.