Skip to content

Introduce HermiteSpline and improved adaptiveGauss, ode error control

Compare
Choose a tag to compare
@HugoGranstrom HugoGranstrom released this 21 Jun 16:55
· 168 commits to master since this release
e6ed69f
  • This release features the new HermiteSpline which works for generic datatypes.
  • The error control for odeSolver has been improved to use both absolute and relative errors.
  • The big thing is that adaptiveGauss has been improved and is the clear winner among all our quadratures. It can now handle infinite intervals, uses a much more robust global error scheme.