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

Avoid singular A during precompilation #223

Closed andreasnoack closed 2 years ago

andreasnoack commented 2 years ago

There is a small probability that the current choice is singular which causes a precompilation error.