Defines polynomial assignment.
Assigns the contents of one polynomial to another.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(polynomial), | intent(inout) | :: | x |
The assignee. |
||
| class(polynomial), | intent(in) | :: | y |
The item to copy. |
Assigns a number to each coefficient of the polynomial.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(polynomial), | intent(inout) | :: | x |
The assignee. |
||
| real(kind=real64), | intent(in) | :: | y |
The value to assign. |
Assigns the contents of an array as polynomial coefficients.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(polynomial), | intent(inout) | :: | x |
The assignee. |
||
| real(kind=real64), | intent(in), | dimension(:) | :: | y |
The coefficient array. |