Skip to content

Commit 4b8a773

Browse files
committed
readd IterativeSolvers.Identity. its being used downstream in ordinarydiffeq
1 parent c1c683a commit 4b8a773

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/LinearSolve.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ using ArrayInterfaceCore
77
using RecursiveFactorization
88
using Base: cache_dependencies, Bool
99
using LinearAlgebra
10+
using IterativeSolvers: Identity
1011
using SparseArrays
1112
using SciMLBase: AbstractLinearAlgorithm
1213
using SciMLOperators

0 commit comments

Comments
 (0)