|
Tweedie
|
Data Types | |
| interface | funcd_signature |
Functions/Subroutines | |
| subroutine, public | rtnewton (funcd, xstart, xacc, root) |
| subroutine, public | rtsafe (funcd, x1, x2, xacc, root, error) |
| 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 ) |
| 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 ) |
