Skip to content

Commit a956b1a

Browse files
committed
import libraries you want to wrap
1 parent 40bd80b commit a956b1a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/LinearSolve.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ using Setfield
99
using UnPack
1010

1111
# wrap
12-
using Krylov
13-
#using IterativeSolvers
12+
import Krylov
13+
import KrylovKit
14+
import IterativeSolvers
1415

1516
@reexport using SciMLBase
1617

0 commit comments

Comments
 (0)