-
Notifications
You must be signed in to change notification settings - Fork 18
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
Lazy Jacobian multiplication #81
Comments
Can you explain the motivation for it? I assumed that typically the main idea is to not construct the Jacobian at all but directly compute Jacobian-vector products. But here you just store the Jacobian? |
Oh wait, it's actually a lazy operator that is stored? Then you could just define |
The motivation was to use this lazy Jacobian as a |
But I eventually gave up because of #83 |
Isn't this what our |
Maybe but I needed the additional flattening step and the existence of a |
Closing in favor of #114 |
I had to write this code recently for ImplicitDifferentiation.jl, and @mohamed82008 suggested it might feel at home here. Any opinions?
The text was updated successfully, but these errors were encountered: