Skip to content

Expose domain() for pchip#1381

Merged
mborland merged 2 commits intodevelopfrom
1380
Mar 17, 2026
Merged

Expose domain() for pchip#1381
mborland merged 2 commits intodevelopfrom
1380

Conversation

@mborland
Copy link
Member

We already have this function for the other interpolators of the hermite family. This was the only one missing the domain() function.

Closes: #1380

@codecov
Copy link

codecov bot commented Mar 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.35%. Comparing base (9c00175) to head (9f8cf5c).
⚠️ Report is 3 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1381   +/-   ##
========================================
  Coverage    95.34%   95.35%           
========================================
  Files          825      825           
  Lines        68196    68203    +7     
========================================
+ Hits         65022    65034   +12     
+ Misses        3174     3169    -5     
Files with missing lines Coverage Δ
include/boost/math/interpolators/pchip.hpp 89.79% <100.00%> (+0.43%) ⬆️
test/pchip_test.cpp 100.00% <100.00%> (ø)

... and 2 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9c00175...9f8cf5c. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mborland mborland merged commit 61fa6bb into develop Mar 17, 2026
74 checks passed
@mborland mborland deleted the 1380 branch March 17, 2026 22:44
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.

Exposing domain() of interpolation in pchip Class

1 participant