Skip to content

Commit 9561eab

Browse files
authored
Merge pull request #247 from JamesWrigley/patch-1
Fix link to ForwardDiff.jl
2 parents da416a9 + 8bd4a54 commit 9561eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ While the best performance is generally achieved by running on Julia nightly due
3131

3232
## Current Status: Forward-Mode
3333
Currently, forward-mode is the only fully-functional mode and is now shipping in some closed source products.
34-
It is in a position to compete with [ForwardDiff.jl](https://github.com/JuliaDiff/TaylorDiff.jl), and with [TaylorDiff.jl](https://github.com/JuliaDiff/TaylorDiff.jl).
34+
It is in a position to compete with [ForwardDiff.jl](https://github.com/JuliaDiff/ForwardDiff.jl), and with [TaylorDiff.jl](https://github.com/JuliaDiff/TaylorDiff.jl).
3535
It is not as battle-tested as ForwardDiff.jl, but it has several advantages:
3636
Primarily, as it is not an operator overloading AD, it frees one from the need to relax type-constants and worry about the types of containers.
3737
Furthermore, Like TaylorDiff.jl, it supports Taylor series based computation of higher order derviatives.

0 commit comments

Comments
 (0)