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

True banded matrix support #31

Closed
YingboMa opened this issue Dec 1, 2017 · 3 comments
Closed

True banded matrix support #31

YingboMa opened this issue Dec 1, 2017 · 3 comments

Comments

@YingboMa
Copy link
Member

YingboMa commented Dec 1, 2017

Open this issue for keeping track of upstream issue/PR. JuliaNLSolvers/NLsolve.jl#113 & JuliaNLSolvers/NLsolve.jl#125.

@pkofod
Copy link

pkofod commented Dec 11, 2017

Yeah, should be coming soon (didn't notice this issue before now). It will come in the form of users being able to supply their preferred Jacobian type (instance right now, but if that's bad then I'd love comments).

It would be great if you could provide an example with functions (f!, j!, fj!) and types for F, J, and x you would want this to work for.

@pkofod
Copy link

pkofod commented Dec 26, 2017

Merged but not tagged, I would still love an example! :)

@YingboMa
Copy link
Member Author

Sorry for the late reply. It is hard to make a small example because the purpose of this package is to construct f! and fj!. Also, I cannot construct j! without explicitly calculate f!. Currently, fj! is computed in https://github.com/JuliaDiffEq/BoundaryValueDiffEq.jl/blob/master/src/jacobian.jl. But in essence, I am doing something like JuliaDiff/FiniteDiff.jl#14 (comment).

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

No branches or pull requests

3 participants