JuliaDiff / TaylorDiff.jl

Taylor-mode automatic differentiation for higher-order derivatives
https://juliadiff.org/TaylorDiff.jl/
MIT License
73 stars 8 forks source link

Add support for generic vector #34

Closed tansongchen closed 1 year ago

tansongchen commented 1 year ago

Solves #32 . @avik-pal

YichengDWu commented 1 year ago

Why is diagonal handout used here? We can totally pass in two different types of vectors.