CXXGraph icon indicating copy to clipboard operation
CXXGraph copied to clipboard

Defining pow functions for adjacency and transition matrices

Open wrcorcoran opened this issue 1 year ago • 1 comments
trafficstars

#455 - Define pow function for graph matrices

  • Implemented pow functionality for adjacency and transition matrices (powAdjMatrix and powTransitionMatrix, respectively). @ZigRazor @sbaldu

wrcorcoran avatar Aug 21 '24 05:08 wrcorcoran

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
@@            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 Coverage Δ
unittests 97.89% <98.97%> (+0.02%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

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

codecov[bot] avatar Aug 26 '24 06:08 codecov[bot]

@wrcorcoran this pull request seems good, but the workflow does not compile, can you check why?

ZigRazor avatar Jun 26 '25 15:06 ZigRazor