SciML / NonlinearSolve.jl

High-performance and differentiation-enabled nonlinear solvers (Newton methods), bracketed rootfinding (bisection, Falsi), with sparsity and Newton-Krylov support.
https://docs.sciml.ai/NonlinearSolve/stable/
MIT License
226 stars 40 forks source link

Special Case for Banded Matrices #262

Closed avik-pal closed 10 months ago

codecov[bot] commented 10 months ago

Codecov Report

Merging #262 (345ec2a) into master (786e8d3) will increase coverage by 0.00%. The diff coverage is 96.77%.

@@           Coverage Diff           @@
##           master     #262   +/-   ##
=======================================
  Coverage   92.47%   92.47%           
=======================================
  Files          18       19    +1     
  Lines        1687     1702   +15     
=======================================
+ Hits         1560     1574   +14     
- Misses        127      128    +1     
Files Coverage Δ
src/NonlinearSolve.jl 100.00% <100.00%> (ø)
src/levenberg.jl 98.81% <100.00%> (ø)
src/utils.jl 84.61% <100.00%> (+0.10%) :arrow_up:
ext/NonlinearSolveBandedMatricesExt.jl 0.00% <0.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more