Is this N/3 correct?
Open
- Dominant language
- LLVM
- Stars
- 1.7k
- Forks
- 188
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 22
Description
https://github.com/EnzymeAD/Enzyme/blob/2188ad8f1401886eca1e2045abad6b60424fc2c5/enzyme/test/Integration/Sparse/ringspring3Drestlengthone.cpp#L24
`N` seems to be the number of 3D nodes. So that `pos` and `x` are arrays of length `3*N`.
This `N/3` seems to mean that only first ⅓ of the springs are considered.
Contributor guide
Assessment
This issue has not been assessed yet.