f_boltz Function

private function f_boltz(xi, beta, n_beta)

Note

Fitting function.

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

Return Value real(kind=r8)


Called by

proc~~f_boltz~~CalledByGraph proc~f_boltz f_boltz proc~calcul_asfc_hermite calcul_asfc_hermite proc~calcul_asfc_hermite->proc~f_boltz proc~calcul_asfc_lin_all calcul_asfc_lin_all proc~calcul_asfc_lin_all->proc~f_boltz proc~calcul_asfc_spl_all calcul_asfc_spl_all proc~calcul_asfc_spl_all->proc~f_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