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

Detect singular jacobian for invalid start values #455

Merged
merged 3 commits into from
Feb 10, 2021

Conversation

saschatimme
Copy link
Member

This adds a special return code if the path tracker refuses to start due to a singular Jacobian. Hopefully, this helps to detect cases as in #454 faster.

I also added helper functions jacobian(F::System) and jacobian(F::System, x, p = nothing) to compute more easily the Jacobian of a system resp. to evaluate it at a given point.

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.

1 participant