Skip to content

HYP refactored with higher order derivatives#9

Open
jxy wants to merge 8 commits intodevelfrom
HYPderiv
Open

HYP refactored with higher order derivatives#9
jxy wants to merge 8 commits intodevelfrom
HYPderiv

Conversation

@jxy
Copy link
Collaborator

@jxy jxy commented Mar 11, 2026

With some help with various LLMs (Claude & GPT). Most of the tests written directly by LLMs.

Still need some cleaning up and more testing.

proc projectUHVPVJP_dc*(dcbar: var Mat1, x: Mat2, c: Mat3, rbar: Mat4, eps = 1e-20) =
## Convenience wrapper when u is not provided.
projectUVJPChain(dcbar, x, rbar, eps)

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a lot to add to this file. Maybe these could be moved to a new file?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just moved them to projUderiv.nim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants