We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f41e7 commit 3fad3c9Copy full SHA for 3fad3c9
Project.toml
@@ -18,6 +18,7 @@ SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
18
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
19
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
20
SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
21
+Tricks = "410a4b4d-49e4-4fbc-ab6d-cb71b17b3775"
22
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
23
24
[compat]
src/LinearSolve.jl
@@ -14,6 +14,7 @@ using Requires
14
using SuiteSparse
15
using KLU
16
using DocStringExtensions
17
+using Tricks:static_hasmethod
# wrap
import Krylov
0 commit comments