You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.