Set a coefficient of a Hermite polynomial.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(HermitePolynomial_t), | intent(inout) | :: | this | The polynomial to set. |
||
integer, | intent(in) | :: | degree | The degree for which to set the coefficient. |
||
real(kind=NTREAL), | intent(in) | :: | coefficient | Coefficient value to set. |