Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jac_lin_coord doesn't need to know x #404

Open
dpo opened this issue May 20, 2022 · 0 comments
Open

jac_lin_coord doesn't need to know x #404

dpo opened this issue May 20, 2022 · 0 comments

Comments

@dpo
Copy link
Member

dpo commented May 20, 2022

There's no need to pass x to jac_lin_coord() since the result is independent of x.

EDIT (@tmigot)

ToDo is to replace jac_lin_coord(nlp, x) by jac_lin_coord(nlp) and jac_lin_coord!(nlp, x, vals) by jac_lin_coord!(nlp, vals).

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

No branches or pull requests

1 participant