|
Tweedie
|
Functions/Subroutines | |
| subroutine, public | findkmax (i, kmax, tmax, mmax, mfirst, left_of_max) |
| real(kind=c_double) function, public | findkmaxsp () |
| subroutine, public | improvekzerobounds (m, left_of_max, zeromid, zerol, zeror) |
| subroutine, public | advancem (m, mmax, mold, left_of_max) |
| subroutine, public | findexactzeros (m, tl, tr, tstart, tzero, left_of_max) |
| subroutine | evaluateimkm_wrapper (x, f, df) |
| subroutine, public calcs_k::advancem | ( | integer(c_int), intent(inout) | m, |
| integer(c_int), intent(in) | mmax, | ||
| integer(c_int), intent(out) | mold, | ||
| logical(c_bool), intent(inout) | left_of_max ) |

| subroutine calcs_k::evaluateimkm_wrapper | ( | real(kind=c_double), intent(in) | x, |
| real(kind=c_double), intent(out) | f, | ||
| real(kind=c_double), intent(out) | df ) |


| subroutine, public calcs_k::findexactzeros | ( | integer(c_int), intent(in) | m, |
| real(kind=c_double), intent(inout) | tl, | ||
| real(kind=c_double), intent(inout) | tr, | ||
| real(kind=c_double), intent(inout) | tstart, | ||
| real(kind=c_double), intent(out) | tzero, | ||
| logical(c_bool), intent(in) | left_of_max ) |


| subroutine, public calcs_k::findkmax | ( | integer(c_int), intent(in) | i, |
| real(kind=c_double), intent(out) | kmax, | ||
| real(kind=c_double), intent(out) | tmax, | ||
| integer(c_int), intent(out) | mmax, | ||
| integer(c_int), intent(out) | mfirst, | ||
| logical(c_bool), intent(out) | left_of_max ) |


| real(kind=c_double) function, public calcs_k::findkmaxsp |


| subroutine, public calcs_k::improvekzerobounds | ( | integer(c_int), intent(in) | m, |
| logical(c_bool), intent(in) | left_of_max, | ||
| real(kind=c_double), intent(inout) | zeromid, | ||
| real(kind=c_double), intent(inout) | zerol, | ||
| real(kind=c_double), intent(inout) | zeror ) |

