HermitePolynomial_t Derived Type

type, public :: HermitePolynomial_t

A datatype that represents a Hermite polynomial.


Contents


Components

TypeVisibility AttributesNameInitial
real(kind=NTREAL), public, DIMENSION(:), ALLOCATABLE:: coefficients

Coefficients of the polynomial.