Set coefficient of a polynomial.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Polynomial_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. |