Tweedie
Loading...
Searching...
No Matches
calcs_solvers Module Reference

Data Types

interface  funcd_signature

Functions/Subroutines

subroutine, public rtnewton (funcd, xstart, xacc, root)
subroutine, public rtsafe (funcd, x1, x2, xacc, root, error)

Function/Subroutine Documentation

◆ rtnewton()

subroutine, public calcs_solvers::rtnewton ( procedure(funcd_signature) funcd,
real(kind=c_double), intent(in) xstart,
real(kind=c_double), intent(in) xacc,
real(kind=c_double) root )

◆ rtsafe()

subroutine, public calcs_solvers::rtsafe ( procedure(funcd_signature) funcd,
real(kind=c_double), intent(in) x1,
real(kind=c_double), intent(in) x2,
real(kind=c_double), intent(in) xacc,
real(kind=c_double), intent(out) root,
logical(c_bool), intent(out) error )
Here is the caller graph for this function: