ralna / RALFit

A non-linear least squares solver
Other
25 stars 6 forks source link

95 fix cjac #97

Closed talassio closed 3 years ago

talassio commented 3 years ago

WORK IN PROGRESS

Updates related to options%Fortran_Jacobian

This branch closes #95

This is the first proposal to update parts of the code that handle Matrix-Vector Products or other related operations pertaining to the Jacobian (only for the case where it is provided as Jacobian Transpose via row-major, using the option options%Fortran_Jacobian = .False.)

Missing test to be added

codecov[bot] commented 3 years ago

Codecov Report

Merging #97 (7e67d6e) into master (bf8cf69) will decrease coverage by 0.08%. The diff coverage is 80.70%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #97      +/-   ##
==========================================
- Coverage   82.67%   82.58%   -0.09%     
==========================================
  Files           6        6              
  Lines        3624     3635      +11     
==========================================
+ Hits         2996     3002       +6     
- Misses        628      633       +5     
Impacted Files Coverage Δ
libRALFit/src/ral_nlls_internal.f90 81.41% <80.35%> (-0.15%) :arrow_down:
libRALFit/src/ral_nlls_workspaces.f90 79.42% <100.00%> (+0.03%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bf8cf69...3b767e2. Read the comment docs.