df_boltz Function

private function df_boltz(xi, beta, n_beta, ivar)

Fitting function partial derivatives.

Arguments

Type IntentOptional Attributes Name
real(kind=R8), intent(in) :: xi

data point

real(kind=R8), intent(inout), dimension(1:n_beta) :: beta

parameter vector

integer(kind=I4), intent(in) :: n_beta

number of parameters

integer(kind=I4), intent(in) :: ivar

parameter number

Return Value real(kind=r8)


Called by

proc~~df_boltz~~CalledByGraph proc~df_boltz df_boltz proc~calcul_asfc_hermite calcul_asfc_hermite proc~calcul_asfc_hermite->proc~df_boltz proc~calcul_asfc_lin_all calcul_asfc_lin_all proc~calcul_asfc_lin_all->proc~df_boltz proc~calcul_asfc_spl_all calcul_asfc_spl_all proc~calcul_asfc_spl_all->proc~df_boltz proc~calcul_asfc calcul_asfc proc~calcul_asfc->proc~calcul_asfc_hermite proc~calcul_asfc->proc~calcul_asfc_lin_all proc~calcul_asfc->proc~calcul_asfc_spl_all program~test_asfc test_asfc program~test_asfc->proc~calcul_asfc_hermite