get_hermite_polynomials Interface

private interface get_hermite_polynomials

Contents


Module Procedures

private subroutine get_hermite_polynomials_1d(xptsdum, hpdum)

Returns Gn = Hn / sqrt(2^n n!) / pi^(1/4), where Hn are the hermite polynomials i.e. int dx Gm * Gn exp(-x^2) = 1

Arguments

Type IntentOptional Attributes Name
real, intent(in), dimension (:) :: xptsdum
real, intent(out), dimension (:,0:) :: hpdum

private subroutine get_hermite_polynomials_4d(xptsdum, hpdum)

Returns Gn = Hn / sqrt(2^n n!) / pi^(1/4), where Hn are the hermite polynomials i.e. int dx Gm * Gn exp(-x^2) = 1

Arguments

Type IntentOptional Attributes Name
real, intent(in), dimension (-ntgrid:,:,:,:) :: xptsdum
real, intent(out), dimension (-ntgrid:,:,:,:,0:) :: hpdum