regr_lint_m Module


Uses

  • module~~regr_lint_m~~UsesGraph module~regr_lint_m regr_lint_m module~assert_m assert_m module~regr_lint_m->module~assert_m module~interpolation interpolation module~regr_lint_m->module~interpolation module~assert_eq_m assert_eq_m module~regr_lint_m->module~assert_eq_m

Used by

  • module~~regr_lint_m~~UsedByGraph module~regr_lint_m regr_lint_m proc~regr_horiz_time_climoz regr_horiz_time_climoz proc~regr_horiz_time_climoz->module~regr_lint_m proc~regr_pr_time_av regr_pr_time_av proc~regr_pr_time_av->module~regr_lint_m proc~regr_lat_time_coefoz~2 regr_lat_time_coefoz proc~regr_lat_time_coefoz~2->module~regr_lint_m proc~regr_pr_int regr_pr_int proc~regr_pr_int->module~regr_lint_m proc~regr_horiz_time_climoz~2 regr_horiz_time_climoz proc~regr_horiz_time_climoz~2->module~regr_lint_m proc~regr_pr_time_av~2 regr_pr_time_av proc~regr_pr_time_av~2->module~regr_lint_m proc~regr_lat_time_coefoz regr_lat_time_coefoz proc~regr_lat_time_coefoz->module~regr_lint_m proc~regr_pr_int~2 regr_pr_int proc~regr_pr_int~2->module~regr_lint_m

Contents


Interfaces

public interface regr_lint

  • private subroutine regr1_lint(ix, vs, xs, xt, vt)

    Arguments

    Type IntentOptional Attributes Name
    integer, intent(in) :: ix
    real, intent(in) :: vs(:)
    real, intent(in) :: xs(:)
    real, intent(in) :: xt(:)
    real, intent(out) :: vt(:)
  • private subroutine regr2_lint(ix, vs, xs, xt, vt)

    Arguments

    Type IntentOptional Attributes Name
    integer, intent(in) :: ix
    real, intent(in) :: vs(:,:)
    real, intent(in) :: xs(:)
    real, intent(in) :: xt(:)
    real, intent(out) :: vt(:,:)
  • private subroutine regr3_lint(ix, vs, xs, xt, vt)

    Arguments

    Type IntentOptional Attributes Name
    integer, intent(in) :: ix
    real, intent(in) :: vs(:,:,:)
    real, intent(in) :: xs(:)
    real, intent(in) :: xt(:)
    real, intent(out) :: vt(:,:,:)
  • private subroutine regr4_lint(ix, vs, xs, xt, vt)

    Arguments

    Type IntentOptional Attributes Name
    integer, intent(in) :: ix
    real, intent(in) :: vs(:,:,:,:)
    real, intent(in) :: xs(:)
    real, intent(in) :: xt(:)
    real, intent(out) :: vt(:,:,:,:)
  • private subroutine regr5_lint(ix, vs, xs, xt, vt)

    Arguments

    Type IntentOptional Attributes Name
    integer, intent(in) :: ix
    real, intent(in) :: vs(:,:,:,:,:)
    real, intent(in) :: xs(:)
    real, intent(in) :: xt(:)
    real, intent(out) :: vt(:,:,:,:,:)