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