\( r^{l}\exp[ar^{2}] \)
More...
|
| procedure | wp_eval (data, x) |
| procedure | ep_eval (data, x) |
| generic, public | eval wp_eval |
| | This must be used in all routines using this object to evaluate the function. This symbol is resolved into one of wp_eval, ep_eval depending on the floating point type of X on input.
|
| generic, public | eval ep_eval |
| | This must be used in all routines using this object to evaluate the function. This symbol is resolved into one of wp_eval, ep_eval depending on the floating point type of X on input.
|
| procedure(wp_user_function_interface), deferred | wp_eval (data, x) |
| procedure(ep_user_function_interface), deferred | ep_eval (data, x) |
|
| real(kind=cfp) | l |
| real(kind=cfp) | a |
| integer | neval = 0 |
| | Number of function evaulation, number of subdivisions (applicable for adaptive quadratures).
|
| integer | ndiv = 0 |
| integer | max_div = 2*limit |
| | Maximum number of sub-divisions of the area to integrate over.
|
◆ ep_eval()
◆ wp_eval()
| real(kind=cfp) function_integration_gbl::poly_exp_function::a |
| real(kind=cfp) function_integration_gbl::poly_exp_function::l |
The documentation for this type was generated from the following file: