Skip to content

Commit

Permalink
FiniteDiff
Browse files Browse the repository at this point in the history
  • Loading branch information
ParamThakkar123 committed Aug 4, 2024
1 parent b262540 commit 6073819
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/OrdinaryDiffEqRosenbrock/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"

[compat]
julia = "1.10"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ using MacroTools: @capture
using DiffEqBase: @def
import LinearSolve
import ForwardDiff
using FiniteDiff
using LinearAlgebra: mul!, diag, diagm, I, Diagonal, norm
import ADTypes: AutoForwardDiff

Expand Down

0 comments on commit 6073819

Please sign in to comment.