-
Notifications
You must be signed in to change notification settings - Fork 6
Add AffineMap #23
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
Add AffineMap #23
Conversation
Codecov Report
@@ Coverage Diff @@
## master #23 +/- ##
==========================================
+ Coverage 56.11% 60.58% +4.46%
==========================================
Files 4 4
Lines 180 241 +61
==========================================
+ Hits 101 146 +45
- Misses 79 95 +16
Continue to review full report at Codecov.
|
Note to self: next step is copying |
@jagot this is close to merging. Another change is that now things like |
This seems very cool, I hope to be able to have a look tomorrow. Is it easy/possible to have piecewise variable changes? How is the Jacobian provided? (Unless AD is introduced) |
This is a POC for #17
Surprisingly easy to get working actually.