| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=fffc_real_kind), | intent(in) | :: | v1(3) | |||
| real(kind=fffc_real_kind), | intent(in) | :: | v2(3) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=fffc_int_kind), | intent(in) | :: | v1(3) | |||
| integer(kind=fffc_int_kind), | intent(in) | :: | v2(3) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=fffc_real_kind), | intent(in) | :: | start | |||
| real(kind=fffc_real_kind), | intent(in) | :: | stop | |||
| real(kind=fffc_real_kind), | intent(in), | optional | :: | step |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=fffc_int_kind), | intent(in) | :: | start | |||
| integer(kind=fffc_int_kind), | intent(in) | :: | stop | |||
| integer(kind=fffc_int_kind), | intent(in), | optional | :: | step |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=fffc_real_kind), | intent(in) | :: | x(:) | |||
| integer, | intent(in), | optional | :: | n | ||
| real(kind=fffc_real_kind), | intent(in), | optional | :: | prepend(:) | ||
| real(kind=fffc_real_kind), | intent(in), | optional | :: | append(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=fffc_int_kind), | intent(in) | :: | x(:) | |||
| integer, | intent(in), | optional | :: | n | ||
| integer(kind=fffc_int_kind), | intent(in), | optional | :: | prepend(:) | ||
| integer(kind=fffc_int_kind), | intent(in), | optional | :: | append(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=fffc_real_kind), | intent(in) | :: | start | |||
| real(kind=fffc_real_kind), | intent(in) | :: | stop | |||
| integer, | intent(in) | :: | n |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=fffc_int_kind), | intent(in) | :: | start | |||
| integer(kind=fffc_int_kind), | intent(in) | :: | stop | |||
| integer, | intent(in) | :: | n |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=fffc_complex_kind), | intent(in) | :: | z |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=fffc_real_kind), | intent(in) | :: | a | |||
| real(kind=fffc_real_kind), | intent(in) | :: | b | |||
| real(kind=fffc_real_kind), | intent(in), | optional | :: | rel_tol | ||
| real(kind=fffc_real_kind), | intent(in), | optional | :: | abs_tol | ||
| logical, | intent(in), | optional | :: | equal_nan |