Polynomial approximation and evaluation routines for numerical analysis
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(in) | :: | x0 | |||
real, | intent(in) | :: | x(N) | |||
real, | intent(in) | :: | f(N) | |||
integer, | intent(in) | :: | N |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex, | intent(in) | :: | x0 | |||
complex, | intent(in) | :: | x(N) | |||
complex, | intent(in) | :: | f(N) | |||
integer, | intent(in) | :: | N |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=8), | intent(in) | :: | x0 | |||
complex(kind=8), | intent(in) | :: | x(N) | |||
complex(kind=8), | intent(in) | :: | f(N) | |||
integer, | intent(in) | :: | N |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(in) | :: | x0 | |||
real, | intent(in) | :: | x(N) | |||
real, | intent(in) | :: | f(N) | |||
integer, | intent(in) | :: | N |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex, | intent(in) | :: | x0 | |||
complex, | intent(in) | :: | x(N) | |||
complex, | intent(in) | :: | f(N) | |||
integer, | intent(in) | :: | N |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=8), | intent(in) | :: | x0 | |||
complex(kind=8), | intent(in) | :: | x(N) | |||
complex(kind=8), | intent(in) | :: | f(N) | |||
integer, | intent(in) | :: | N |