Cubic spline interpolation functions and procedures
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=8), | intent(in) | :: | C(4) | |||
real(kind=8), | intent(in) | :: | H |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=8), | intent(in) | :: | C(4) | |||
real(kind=8), | intent(in) | :: | H |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=8), | intent(in) | :: | C(4) | |||
real(kind=8), | intent(in) | :: | H |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=8), | intent(in) | :: | TAU(N) | |||
complex(kind=8), | intent(inout) | :: | C(4,NDIM) | |||
integer, | intent(in) | :: | N | |||
integer, | intent(in) | :: | IBCBEG | |||
integer, | intent(in) | :: | IBCEND | |||
integer, | intent(in) | :: | NDIM |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=8), | intent(in) | :: | TAU(M) | |||
complex(kind=8), | intent(in) | :: | C(4,MDIM) | |||
integer, | intent(in) | :: | M | |||
integer, | intent(in) | :: | MDIM | |||
complex(kind=8), | intent(inout) | :: | F(N) | |||
integer, | intent(in) | :: | N |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=8), | intent(in) | :: | C(4) | |||
real(kind=8), | intent(in) | :: | H | |||
complex(kind=8), | intent(out) | :: | F | |||
complex(kind=8), | intent(out) | :: | FX | |||
complex(kind=8), | intent(out) | :: | FXX |