psfun_z_computepoles Subroutine

public subroutine psfun_z_computepoles(quad, quadformula, zfun, N, info, cparams, rparams)

Uses

    • psb_base_mod
  • proc~~psfun_z_computepoles~~UsesGraph proc~psfun_z_computepoles psfun_z_computepoles psb_base_mod psb_base_mod proc~psfun_z_computepoles->psb_base_mod

Compute the poles for a given combination of quadrature rule and quadrature formula

Arguments

Type IntentOptional AttributesName
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


Contents

None