Skip to content

allow chebinterp to omit the order and determine it adaptively#32

Merged
stevengj merged 2 commits intomasterfrom
adaptive
Feb 28, 2026
Merged

allow chebinterp to omit the order and determine it adaptively#32
stevengj merged 2 commits intomasterfrom
adaptive

Conversation

@stevengj
Copy link
Member

Similar to ApproxFun and chebfun, this PR lets you omit the order parameter and simply call

c = chebinterp(f, lb, ub)

and it will adaptively determine the order by repeated doubling.

@stevengj stevengj merged commit ee042b4 into master Feb 28, 2026
2 checks passed
@stevengj stevengj deleted the adaptive branch February 28, 2026 20:02
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