| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | xmin | |||
| real(kind=dp), | intent(in) | :: | xmax | |||
| real(kind=dp), | intent(in) | :: | dxmin | |||
| real(kind=dp), | intent(in) | :: | dxmax |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | x0 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | nnew | |||
| real(kind=dp), | intent(in) | :: | xnew(nnew) | |||
| integer, | intent(in) | :: | n | |||
| real(kind=dp), | intent(in) | :: | y(n) | |||
| real(kind=dp), | intent(in), | optional | :: | x(n) | ||
| real(kind=dp), | intent(in), | optional | :: | dx |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | n | |||
| real(kind=dp), | intent(in) | :: | y(n) | |||
| real(kind=dp), | intent(in), | optional | :: | x(n) | ||
| real(kind=dp), | intent(in), | optional | :: | dx | ||
| integer, | intent(in), | optional | :: | order |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | n | |||
| real(kind=dp), | intent(in) | :: | y(n) | |||
| real(kind=dp), | intent(in), | optional | :: | x(n) | ||
| real(kind=dp), | intent(in), | optional | :: | dx |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | n | |||
| real(kind=dp), | intent(in), | optional | :: | x(n) | ||
| real(kind=dp), | intent(in), | optional | :: | xmin | ||
| real(kind=dp), | intent(in), | optional | :: | xmax | ||
| real(kind=dp), | intent(in), | optional | :: | a | ||
| real(kind=dp), | intent(in), | optional | :: | dxndx1 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | method | |||
| real(kind=dp), | intent(in), | optional | :: | ypleft | ||
| real(kind=dp), | intent(in), | optional | :: | ypright |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | n | |||
| integer, | intent(out) | :: | nx | |||
| real(kind=dp), | intent(out), | optional | dimension(:) | :: | x | |
| real(kind=dp), | intent(out), | optional | dimension(:) | :: | dxdi | |
| real(kind=dp), | intent(out), | optional | dimension(:) | :: | d2xdi2 | |
| real(kind=dp), | intent(out), | optional | dimension(:) | :: | d3xdi3 | |
| real(kind=dp), | intent(out), | optional | dimension(:) | :: | d4xdi4 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | n | |||
| real(kind=dp), | intent(inout), | optional | :: | y(n) | ||
| real(kind=dp), | intent(out), | optional | :: | yp(n) | ||
| real(kind=dp), | intent(out), | optional | :: | ypp(n) | ||
| real(kind=dp), | intent(in), | optional | :: | f0(n) | ||
| real(kind=dp), | intent(in), | optional | :: | f1(n) | ||
| real(kind=dp), | intent(in), | optional | :: | x(n) | ||
| real(kind=dp), | intent(in), | optional | :: | dx | ||
| real(kind=dp), | intent(in), | optional | :: | norm |