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 08fb0a5 commit 567c7aeCopy full SHA for 567c7ae
Project.toml
@@ -5,6 +5,7 @@ version = "0.1.6"
5
6
[deps]
7
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
8
+DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
9
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
10
KLU = "ef3ab10e-7fda-4108-b977-705223b18434"
11
Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
src/LinearSolve.jl
@@ -13,6 +13,8 @@ using UnPack
13
using Requires
14
using SuiteSparse
15
using KLU
16
+using DocStringExtensions
17
+
18
# wrap
19
import Krylov
20
import KrylovKit # TODO
0 commit comments