Skip to content

Add method for LinearAlgebra.norm#36

Open
jverzani wants to merge 5 commits into
s-celles:mainfrom
jverzani:norm
Open

Add method for LinearAlgebra.norm#36
jverzani wants to merge 5 commits into
s-celles:mainfrom
jverzani:norm

Conversation

@jverzani

@jverzani jverzani commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

The generic use of LinearAlgebra.norm causes a recursive error. This PR creates a norm method for either GiacExpr or Vector{GiacExpr}. As well, (like #22 which should be closed in favor of this) by adding a float method for GiacExpr the generic norm call for GiacMatrix will work.

I think I put these two in the appropriate files.

@codecov-commenter

codecov-commenter commented Jun 1, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 82.35294% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 79.84%. Comparing base (681f1ad) to head (9270b72).

Files with missing lines Patch % Lines
src/conversion.jl 50.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #36      +/-   ##
==========================================
+ Coverage   79.76%   79.84%   +0.08%     
==========================================
  Files          23       23              
  Lines        2891     2908      +17     
==========================================
+ Hits         2306     2322      +16     
- Misses        585      586       +1     

☔ 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.

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.

2 participants