| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| class(node_t), | public, | allocatable | :: | a | |||
| class(node_t), | public, | allocatable | :: | b |
| public function newAdd(a, b) |
| generic, public :: eval => evalR, evalZ | |
| procedure, public :: evalR => evalR_add | |
| procedure, public :: evalZ => evalZ_add |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| class(node_t), | public, | allocatable | :: | a | |||
| class(node_t), | public, | allocatable | :: | b |
| public function newSub(a, b) |
| generic, public :: eval => evalR, evalZ | |
| procedure, public :: evalR => evalR_sub | |
| procedure, public :: evalZ => evalZ_sub |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| class(node_t), | public, | allocatable | :: | a | |||
| class(node_t), | public, | allocatable | :: | b |
| public function newMul(a, b) |
| generic, public :: eval => evalR, evalZ | |
| procedure, public :: evalR => evalR_mul | |
| procedure, public :: evalZ => evalZ_mul |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| class(node_t), | public, | allocatable | :: | a | |||
| class(node_t), | public, | allocatable | :: | b |
| public function newDiv(a, b) |
| generic, public :: eval => evalR, evalZ | |
| procedure, public :: evalR => evalR_div | |
| procedure, public :: evalZ => evalZ_div |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| class(node_t), | public, | allocatable | :: | a | |||
| class(node_t), | public, | allocatable | :: | b |
| public function newPow(a, b) |
| generic, public :: eval => evalR, evalZ | |
| procedure, public :: evalR => evalR_pow | |
| procedure, public :: evalZ => evalZ_pow |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(add_t), | intent(in) | :: | self | |||
| real(kind=wp), | intent(in), | dimension(:) | :: | args |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(add_t), | intent(in) | :: | self | |||
| complex(kind=wp), | intent(in), | dimension(:) | :: | args |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(sub_t), | intent(in) | :: | self | |||
| real(kind=wp), | intent(in), | dimension(:) | :: | args |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(sub_t), | intent(in) | :: | self | |||
| complex(kind=wp), | intent(in), | dimension(:) | :: | args |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(mul_t), | intent(in) | :: | self | |||
| real(kind=wp), | intent(in), | dimension(:) | :: | args |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(mul_t), | intent(in) | :: | self | |||
| complex(kind=wp), | intent(in), | dimension(:) | :: | args |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(div_t), | intent(in) | :: | self | |||
| real(kind=wp), | intent(in), | dimension(:) | :: | args |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(div_t), | intent(in) | :: | self | |||
| complex(kind=wp), | intent(in), | dimension(:) | :: | args |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(pow_t), | intent(in) | :: | self | |||
| real(kind=wp), | intent(in), | dimension(:) | :: | args |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(pow_t), | intent(in) | :: | self | |||
| complex(kind=wp), | intent(in), | dimension(:) | :: | args |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(neg_t), | intent(in) | :: | self | |||
| real(kind=wp), | intent(in), | dimension(:) | :: | args |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(neg_t), | intent(in) | :: | self | |||
| complex(kind=wp), | intent(in), | dimension(:) | :: | args |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(sqrt_t), | intent(in) | :: | self | |||
| real(kind=wp), | intent(in), | dimension(:) | :: | args |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(sqrt_t), | intent(in) | :: | self | |||
| complex(kind=wp), | intent(in), | dimension(:) | :: | args |