ZigRazor / CXXGraph

Header-Only C++ Library for Graph Representation and Algorithms
https://zigrazor.github.io/CXXGraph/
Mozilla Public License 2.0
472 stars 115 forks source link

Defining pow functions for adjacency and transition matrices #463

Open wrcorcoran opened 3 months ago

wrcorcoran commented 3 months ago

455 - Define pow function for graph matrices

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 98.97436% with 2 lines in your changes missing coverage. Please review.

Project coverage is 97.89%. Comparing base (564a8c0) to head (0f1de02).

Files with missing lines Patch % Lines
include/CXXGraph/Graph/Algorithm/Pow_impl.hpp 97.40% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #463 +/- ## ========================================== + Coverage 97.87% 97.89% +0.02% ========================================== Files 87 89 +2 Lines 10079 10274 +195 Branches 670 687 +17 ========================================== + Hits 9865 10058 +193 - Misses 214 216 +2 ``` | [Flag](https://app.codecov.io/gh/ZigRazor/CXXGraph/pull/463/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ZigRazor) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/ZigRazor/CXXGraph/pull/463/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ZigRazor) | `97.89% <98.97%> (+0.02%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ZigRazor#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.