You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ While the best performance is generally achieved by running on Julia nightly due
31
31
32
32
## Current Status: Forward-Mode
33
33
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).
35
35
It is not as battle-tested as ForwardDiff.jl, but it has several advantages:
36
36
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.
37
37
Furthermore, Like TaylorDiff.jl, it supports Taylor series based computation of higher order derviatives.
0 commit comments