Skip to content

Commit

Permalink
Remove exponentiate from imports from KrylovKit
Browse files Browse the repository at this point in the history
  • Loading branch information
b-kloss committed Jan 21, 2024
1 parent 1fe92b3 commit 9e8e635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imports.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import .DataGraphs:

import Graphs: SimpleGraph, is_directed, weights

import KrylovKit: eigsolve, linsolve, exponentiate
import KrylovKit: eigsolve, linsolve

import LinearAlgebra: factorize, normalize, normalize!, qr, svd

Expand Down

0 comments on commit 9e8e635

Please sign in to comment.