-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Goal
Implement the following point distributions:
- "Stretched" Chebyshev nodes of the third kind: nodes are "stretched" to the right segment boundary, so that the last point lies at the right end of the segment.
- "Stretched" Chebyshev nodes of the fourth kind: nodes are "stretched" to the left segment boundary, so that the last point lies at the left end of the segment.
Note
The barycentric weights for the new distributions are the same as for the original ones, since they do not change when translating one segment to another.
Tasks
-
- Implement "Stretched" Chebyshev nodes of the third and the fourth kinds; feat(dist,bary): Added stretched versions for third and fourth kind Chebyshev nodes #57
-
- Update
alfi::misc::barycentricto handle the new distributions with stable formulas; feat(dist,bary): Added stretched versions for third and fourth kind Chebyshev nodes #57
- Update
-
- Update tests to use new test data; feat(dist,bary): Added stretched versions for third and fourth kind Chebyshev nodes #57
-
- Update documentation on the main website. https://github.com/ALFI-lib/alfi-lib.github.io/pull/19
Related: #47.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request