newton_rc, a Fortran77 code which solves a system of nonlinear equations with Newton's method, using reverse communication (RC).
The information on this web page is distributed under the MIT license.
newton_rc is available in a Fortran77 version and a Fortran90 version and a MATLAB version and an Octave version.
backtrack_binary_rc, a Fortran77 library which carries out a backtrack search for a set of binary decisions, using reverse communication (RC).
bisection_rc, a Fortran77 library which seeks a solution to the equation F(X)=0 using bisection within a user-supplied change of sign interval [A,B]. The procedure is written using reverse communication (RC).
cg_rc, a Fortran77 library which implements the conjugate gradient method for solving a positive definite sparse linear system A*x=b, using reverse communication (RC).
kelley, a MATLAB library which can seek solutions of systems of nonlinear equations.
minpack, a Fortran90 library which is a minimization package for which most of these problems were used as tests, as part of ACM TOMS algorithm 566.
sort_rc, a Fortran77library which can sort a list of any kind of objects, using reverse communication (RC).
zero_rc, a Fortran77 library which seeks solutions of a scalar nonlinear equation f(x) = 0, or a system of nonlinear equations, using reverse communication (RC).