Closed cvsvensson closed 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.
using LinearSolve
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.