JuliaDiff / JuliaDiff/ForwardDiff.jl
support for complex valued function
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 1k
- Forks
- 160
- PR merge metrics
- No merged PRs in 30d
Description
IIUC, ForwardDiff.jl does not support complex valued function such as x->exp(im*x). Is there any plan to support this? I believe this is possible since AutoGrad.jl seems to support this.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the example x -> exp(im*x) in ForwardDiff.jl and compare its behavior with AutoGrad.jl, which the issue cites as supporting complex-valued functions. The issue does not name implementation files or tests, so first identify the relevant differentiation entry points and existing coverage before defining what support should include.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100