Skip to content

Commit 9e68377

Browse files
committed
Add TaylorDiff.jl
1 parent 23d2919 commit 9e68377

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ It is worth investigating each package yourself to really understand its ins and
5555
### Exotic
5656
- [TaylorSeries.jl](https://github.com/JuliaDiff/TaylorSeries.jl): Computes polynomial expansions; which is the generalization of forward-mode AD to nth-order derivatives.
5757
- [NiLang.jl](https://github.com/GiggleLiu/NiLang.jl): [Reversible computing](https://en.wikipedia.org/wiki/Reversible_computing) [DSL](https://en.wikipedia.org/wiki/Domain-specific_language), where everything is differentiable by reversing.
58+
- [TaylorDiff.jl](https://github.com/JuliaDiff/TaylorDiff.jl): an efficient, linear-scaling implementation for higher-order directional derivatives, implemented with operator-overloading on statically-typed Taylor polynomials. In development.
5859

5960
### Finite Differencing
6061
Yes, we said at the start to stop approximating derivatives, but these packages are faster and more accurate than you would expect finite differencing to ever achieve.

0 commit comments

Comments
 (0)