Skip to content

Implement Dual Matrix with 2nd order example#29

Merged
dlfivefifty merged 33 commits intodlfivefifty:mainfrom
max-vassili3v:dual-matrix-with-tensor
May 8, 2026
Merged

Implement Dual Matrix with 2nd order example#29
dlfivefifty merged 33 commits intodlfivefifty:mainfrom
max-vassili3v:dual-matrix-with-tensor

Conversation

@max-vassili3v
Copy link
Copy Markdown
Collaborator

@max-vassili3v max-vassili3v commented Apr 14, 2026

NOTE: This PR branches from and is dependent on #28

This PR Implements DualMatrix using the Tensor wrapper. Functionality is added such that DualMatrix is able to be used in order to do 2nd order automatic differentiation, and an example of this is added.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 14, 2026

Codecov Report

❌ Patch coverage is 98.30508% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 91.40%. Comparing base (5761344) to head (97f5005).
⚠️ Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
src/types.jl 96.15% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main      #29       +/-   ##
===========================================
+ Coverage   70.87%   91.40%   +20.52%     
===========================================
  Files           5        5               
  Lines         103      221      +118     
===========================================
+ Hits           73      202      +129     
+ Misses         30       19       -11     

☔ 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/types.jl Outdated
@max-vassili3v max-vassili3v requested a review from dlfivefifty May 7, 2026 22:39
@dlfivefifty dlfivefifty merged commit 20725cc into dlfivefifty:main May 8, 2026
8 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.

2 participants