Skip to content

Initial work on Static Taylor Series#2

Open
mewilhel wants to merge 13 commits into
dpsanders:arithmeticfrom
mewilhel:arithmetic
Open

Initial work on Static Taylor Series#2
mewilhel wants to merge 13 commits into
dpsanders:arithmeticfrom
mewilhel:arithmetic

Conversation

@mewilhel

Copy link
Copy Markdown

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