Skip to content

v1.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Feb 22:19
· 4 commits to master since this release
c6700a6

FastChebInterp v1.3.0

Diff since v1.2.0

  • New chebinterp(f::Function, order, lb, ub) method (#30) that calls chebpoints for you.
  • New chebinterp(f::Function, lb, ub) method (#32) that adaptively determines the order.
  • New roots(::ChebPoly) function (#31) to find the real roots of the polynomial interpolant, along with colleague_matrix(::ChebPoly) if you want to compute all the roots.
  • Fixed a type instability in chebinterp (#19).