Skip to content

Conversation

akshay-thkur
Copy link

feat(hessian!): Add non-allocating in-place Hessian support for AbstractArrays

  • Implemented an in-place Hessian computation method that avoids allocations for AbstractArray inputs.
  • Added new HessianConfig to configure in-place Hessian evaluation.
  • Added tests to ensure the correctness and stability of the new API.

… for AbstractArrays

- Implemented an in-place Hessian computation method that avoids allocations for AbstractArray inputs.
- Added new `HessianConfig` to configure in-place Hessian evaluation.
- Added tests to ensure correctness and stability of the new API.
Copy link

codecov bot commented Aug 25, 2025

Codecov Report

❌ Patch coverage is 93.33333% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 89.87%. Comparing base (e670596) to head (5c607e5).

Files with missing lines Patch % Lines
ext/ForwardDiffStaticArraysExt.jl 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #767      +/-   ##
==========================================
+ Coverage   89.82%   89.87%   +0.05%     
==========================================
  Files          11       11              
  Lines        1032     1047      +15     
==========================================
+ Hits          927      941      +14     
- Misses        105      106       +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