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

Initial work on Static Taylor Series #2

Open
wants to merge 13 commits into
base: arithmetic
Choose a base branch
from

Conversation

mewilhel
Copy link

Follow-up from JuliaDiff/TaylorSeries.jl#241

  • Introduces a STaylor1{N,T} type.
  • Contains same arithmetic operations as the Taylor1 type except tan, tanh, asin, acos, atan which are tests verses the results from the analogous Taylor1 object. I plan on adding the missing operators in the future.
  • A number of the operators required generated functions to avoid mutable intermediate storage, so these get a little complex and there may be some room for improving performance.

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

Successfully merging this pull request may close these issues.

1 participant