-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Evaluation of basis functions and linear combinations should support various forms of domain checking, eg
- no checking (as currently done), this will just error because of
acosfor Chebyshev - strict checking (terminate with an informative
DomainError - "soft" extrapolation: when within a small distance of boundaries, just use the boundary value (mostly for dealing with floating point error)
Cf #7, a refactor should implement both.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request