|
Tweedie
|
Functions/Subroutines | |
| subroutine | checkstoppreacc (tmax, zerol, stop_preaccelerate, converged_pre) |
| subroutine | updatetm (i, tmax, mmax, left_of_max, m, zerol, zeror) |
| subroutine | findinitialzeror (mfirst, left_of_max, tmax, zeror) |
| subroutine tweedieinthelpers::checkstoppreacc | ( | real(kind=c_double), intent(in) | tmax, |
| real(kind=c_double), intent(in) | zerol, | ||
| logical(c_bool), intent(out) | stop_preaccelerate, | ||
| logical(c_bool), intent(out) | converged_pre ) |


| subroutine tweedieinthelpers::findinitialzeror | ( | integer(c_int), intent(in) | mfirst, |
| logical(c_bool), intent(inout) | left_of_max, | ||
| real(kind=c_double), intent(in) | tmax, | ||
| real(kind=c_double), intent(out) | zeror ) |


| subroutine tweedieinthelpers::updatetm | ( | integer(c_int), intent(in) | i, |
| real(kind=c_double), intent(in) | tmax, | ||
| integer(c_int), intent(in) | mmax, | ||
| logical(c_bool), intent(inout) | left_of_max, | ||
| integer(c_int), intent(inout) | m, | ||
| real(kind=c_double), intent(out) | zerol, | ||
| real(kind=c_double), intent(inout) | zeror ) |

