Skip to content

A Julia package to support forward-mode auto-differentiation for fast transforms

License

Notifications You must be signed in to change notification settings

JuliaApproximation/FastTransformsForwardDiff.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastTransformsForwardDiff.jl

A Julia package to support forward-mode auto-differentiation for fast transforms

Build Status codecov

A package for forward-mode auto-differentiation for fast transforms. Currently supports the fft:

julia> using FastTransformsForwardDiff: derivative

julia> θ = range(0,2π; length=n+1)[1:end-1];

julia> derivative-> fft(exp.(ω .* cos.(θ)))[1]/n, 1)
0.5651591039924849 + 0.0im

About

A Julia package to support forward-mode auto-differentiation for fast transforms

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages