JuliaDiff / JuliaDiff/DifferentiationInterface.jl
Specific preparation for in-place operators?
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 313
- Forks
- 35
- PR merge metrics
- No merged PRs in 30d
Description
We could introduce a prepare_jacobian! in addition to prepare_jacobian.
Advantages: we signal that mutation is allowed, which allows us to generate fewer basis vectors (and possibly exploit a sparsity pattern).
Contributor guide
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 reviewing the existing prepare_jacobian interface and the in-place operator behavior described in the issue. Determine the API and mutation contract needed for prepare_jacobian!, including how fewer basis vectors or sparsity can be supported; done means the design is agreed and implemented with coverage for the relevant preparation paths.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- backend-api-design, performance
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100