Skip to content

Enhancement: Add csc2dense conversion routine to complete dense API#1158

Merged
jvdp1 merged 3 commits into
fortran-lang:masterfrom
srinjoy933:feat-csc2dense2
Apr 1, 2026
Merged

Enhancement: Add csc2dense conversion routine to complete dense API#1158
jvdp1 merged 3 commits into
fortran-lang:masterfrom
srinjoy933:feat-csc2dense2

Conversation

@srinjoy933
Copy link
Copy Markdown
Contributor

SOLVE #1156

@srinjoy933
Copy link
Copy Markdown
Contributor Author

HEY @jvdp1 @jalvesz what's your opinion about this issue? please suggest me if any changes are required .

Copy link
Copy Markdown
Contributor

@jalvesz jalvesz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for taking a look at this, please add the tests and documentation.

Comment thread src/sparse/stdlib_sparse_conversion.fypp
@srinjoy933 srinjoy933 requested a review from jalvesz March 27, 2026 19:21
@srinjoy933
Copy link
Copy Markdown
Contributor Author

hey @jalvesz I made the changes according to what you have suggested. Please have a look at this pr .Thank you for your suggestions.

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.04%. Comparing base (fb63d7e) to head (9d669c8).
⚠️ Report is 10 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1158      +/-   ##
==========================================
+ Coverage   68.00%   68.04%   +0.03%     
==========================================
  Files         404      404              
  Lines       12935    12948      +13     
  Branches     1392     1395       +3     
==========================================
+ Hits         8797     8810      +13     
  Misses       4138     4138              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

Comment thread src/sparse/stdlib_sparse_conversion.fypp Outdated
Comment thread test/linalg/test_linalg_sparse.fypp Outdated
Copy link
Copy Markdown
Member

@jvdp1 jvdp1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you @srinjoy933 for this PR and the addition of csc2dense.

@jvdp1 jvdp1 merged commit 9d7e28d into fortran-lang:master Apr 1, 2026
77 checks passed
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.

Enhancement: Add missing csc2dense conversion routine to complete the dense conversion API

3 participants