This function is a fortran90 port of the matlab function, lgwt.m The source code of lgwt.m was originally found at: http://www.mathworks.com/matlabcentral/fileexchange/4540
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in) | :: | a | |||
| real(kind=wp), | intent(in) | :: | b | |||
| integer, | intent(in) | :: | num_pts | |||
| real(kind=wp), | intent(out) | :: | x(:) | |||
| real(kind=wp), | intent(out) | :: | w(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | num_pts | |||
| real(kind=wp), | intent(out), | dimension(:) | :: | x | ||
| real(kind=wp), | intent(out), | dimension(:) | :: | w |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | n | |||
| real(kind=wp), | intent(out) | :: | r1(n) | |||
| real(kind=wp), | intent(out) | :: | r2(n) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | N | |||
| real(kind=wp), | intent(out), | dimension(N) | :: | x | ||
| real(kind=wp), | intent(out), | dimension(N) | :: | w |