Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polynomial roots via eigenvalues of the companion matrix #1131

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Polynomial roots via eigenvalues of the companion matrix

04bd67a
Select commit
Loading
Failed to load commit list.
Open

Polynomial roots via eigenvalues of the companion matrix #1131

Polynomial roots via eigenvalues of the companion matrix
04bd67a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 15, 2024 in 0s

93.69% (-0.02%) compared to a53b013

View this Pull Request on Codecov

93.69% (-0.02%) compared to a53b013

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.69%. Comparing base (a53b013) to head (04bd67a).
Report is 471 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1131      +/-   ##
===========================================
- Coverage    93.71%   93.69%   -0.02%     
===========================================
  Files          771      771              
  Lines        61105    61105              
===========================================
- Hits         57264    57254      -10     
- Misses        3841     3851      +10     
Files with missing lines Coverage Δ
include/boost/math/tools/polynomial.hpp 99.27% <ø> (ø)
test/test_autodiff_5.cpp 100.00% <ø> (ø)

... and 1 file 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 a53b013...04bd67a. Read the comment docs.