Taylor polynomial expansions in one and several independent variables.
Stars
366
Forks
53
Watchers
366
Open Issues
33
Overall repository health assessment
No package.json found
This might not be a Node.js project
Inplace multiplicacion for Matrix{Taylor1} and Matrix{TaylorN} (#403)
b3a7cb1View on GitHubCreate polynomial of order 0 with `Taylor1([Type], 0)` (#402)
da2908aView on GitHubFunction-like evaluation of `AbstractArray{<:AbstractSeries}` (#396)
437f2e0View on GitHubUse FixedSizeArrays for the struct coefficients and other improvements (#394)
cc5e01cView on GitHubcompat: extend JLD2 to support v0.6 (#391)
a30f636View on GitHubReduce memory allocation when squaring a nested Taylor1 (#388)
86933d7View on GitHubNew method of `div!` for the division of a `NumberNotSeries` by a `Taylor1{T}` (#387)
62e5a76View on GitHubNew `_horner!` method to evaluate an array of Taylor1{TaylorN{T}} on a Number (#384)
96b8adfView on GitHub