jacobwilliams / roots-fortran

A modern Fortran library for finding the roots of continuous scalar functions of a single real variable, using derivative-free methods.
Other
35 stars 5 forks source link

Add links to root-finders in other programming languages #18

Closed ivan-pi closed 2 years ago

ivan-pi commented 2 years ago

Technically, the MATLAB and R links are functions and not libraries. MATLAB and R (stats package) provide only a variation of Brent's method.

ivan-pi commented 2 years ago

Should these be sorted alphabetically?

codecov[bot] commented 2 years ago

Codecov Report

Merging #18 (ef46a43) into master (60524bc) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #18   +/-   ##
=======================================
  Coverage   96.82%   96.82%           
=======================================
  Files           1        1           
  Lines         914      914           
=======================================
  Hits          885      885           
  Misses         29       29           
jacobwilliams commented 2 years ago

Thanks! I alphabetized them and also made it a table.