tensor_d1_wave_kernel_complex64_crs Function

public function tensor_d1_wave_kernel_complex64_crs(this, u, v, tol, itrmax, coeff) result(retA_v)

Type Bound

CRS_

Arguments

Type IntentOptional Attributes Name
class(CRS_), intent(in) :: this
complex(kind=real64), intent(in) :: u(:)
complex(kind=real64), intent(in) :: v(:)
real(kind=real64), intent(in) :: tol
integer(kind=int32), intent(in) :: itrmax
complex(kind=real64), intent(in), optional :: coeff

Return Value complex(kind=real64), allocatable, (:)