JuliaDiff / JuliaDiff/FiniteDiff.jl
StridedArrays
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 304
- Forks
- 42
- Avg merge
- 24m
- Merged PRs (30d)
- 2
Description
Which non-StridedArrays need to be supported?
The non-strided version is not covered by any docs.
https://github.com/JuliaDiff/FiniteDiff.jl/blob/362180d5b982cd28177b513479c82af5bf50ed02/src/derivatives.jl#L133-L139
https://github.com/JuliaDiff/FiniteDiff.jl/blob/362180d5b982cd28177b513479c82af5bf50ed02/src/derivatives.jl#L103-L104
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
Read the referenced sections of src/derivatives.jl at lines 103-104 and 133-139 to identify how non-StridedArrays are handled. Determine which non-strided array types are supported, then document that scope and the relevant limitations. Done means the documentation clearly answers which non-StridedArrays users can use.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100