-
Notifications
You must be signed in to change notification settings - Fork 66
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
Allow Banded Jacobian Matrix #113
Comments
I think this would be mostly solved by since the user can just set it to use a banded linear solver. That doesn't fix the memory usage though, so it would still be nice to allow the user to give a type which is the suggested Jacobian type. This would be a nice way IMO to handle sparsity and other things like Triangular Jacobians too. |
I suggest that there should be a functionality like |
Why would that be superior to simply supplying Jacobians of any type? |
It wouldn't. |
This should work now. If it doesn't, it's a bug and we'll reopen. The syntax is to supply the OnceDifferentiable instance directly
where |
It will be really nice to add banded Jacobian matrix support in
NLsolve.jl
.The text was updated successfully, but these errors were encountered: