-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Goal
Add "Chebyshev first kind augmented" point distribution {-1} ∪ {Chebyshev first kind points} ∪ {1}:
"Augmented" Chebyshev nodes of the first kind are the Chebyshev nodes of the first kind with additional points at the ends of the segment:
The points are translated from the segment
{a} ∪ {Chebyshev first kind points} ∪ {b}.
The barycentric weights for this nodes are given as (calculated them myself):
Tasks
-
- Implement "Chebyshev first kind augmented"; feat(dist,bary): Added
chebyshev_augmenteddistribution #53
- Implement "Chebyshev first kind augmented"; feat(dist,bary): Added
-
- Implement stable formula for the barycentric weights for the new distribution in
alfi::misc::barycentric; feat(dist,bary): Addedchebyshev_augmenteddistribution #53
- Implement stable formula for the barycentric weights for the new distribution in
-
- Update tests to use new test data; test(dist): Added tests for
chebyshev_augmenteddistribution #55
- Update tests to use new test data; test(dist): Added tests for
-
- Update documentation on the main website. https://github.com/ALFI-lib/alfi-lib.github.io/pull/18