Initialize the flpt data structure for fast legendre polynomial transformation via the fxtpack.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ply_fxt_type), | intent(out) | :: | fxt |
Handle to the resulting fast polynomial table. |
||
| type(ply_fxt_header_type), | intent(in) | :: | header | |||
| integer, | intent(in) | :: | degree |
Polynomial degree. |