Skip to content

Commit 4ab9c6a

Browse files
Merge pull request #111 from vpuri3/patch-2
Update LinearSolve.jl
2 parents 29f41e7 + bc41b3c commit 4ab9c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LinearSolve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ using DocStringExtensions
1717

1818
# wrap
1919
import Krylov
20-
import KrylovKit # TODO
20+
import KrylovKit
2121
import IterativeSolvers
2222

2323
using Reexport

0 commit comments

Comments
 (0)