-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RFC: Return n-th derivative of a Taylor1 as a Taylor1 (#137)
* Add derivative method derivative(n,a) returns a Taylor1 variable; renamed existing derivative(n,a) method as derivativeval * Export derivativeval; add tests * Fix & add derivative tests * derivative(n,a) returns value; derivative(a,n) returns polynomial * Improve performance with in-place operations with suggestions by @lbenet * Fix docstrings * Fix tests for julia v0.7-DEV * Remove comment; add derivative test; add jacobian test for mixtures
- Loading branch information
Showing
4 changed files
with
85 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters