Compute the poles for a given combination of quadrature rule and quadrature formula
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(psfun_z_quadrature), | intent(inout) | :: | quad | Quadrature type |
||
procedure(zquadrule), | intent(in), | pointer | :: | quadformula | Quadrature formula |
|
procedure(zquadfun), | intent(in), | pointer | :: | zfun | Function to integrate |
|
integer(kind=psb_ipk_), | intent(in) | :: | N | Number of poles |
||
integer(kind=psb_ipk_), | intent(out) | :: | info | Flag on the results |
||
complex(kind=psb_dpk_), | intent(in), | optional | dimension(:) | :: | cparams | Optional complex parameters |
real(kind=psb_dpk_), | intent(in), | optional | dimension(:) | :: | rparams | Optional real parameters |