Vectorizing subroutine to transform point values at Chebyshev nodes to a Legendre expansion.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ply_legFpt_type), | intent(inout) | :: | fpt | |||
| real(kind=rk), | intent(inout) | :: | pntVal(:) | |||
| real(kind=rk), | intent(inout) | :: | legCoeffs(:) | |||
| integer, | intent(in) | :: | nIndeps |