pwmul Subroutine

public subroutine pwmul(y, x, n)

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(inout), device, dimension(:, :, :) :: y
real(kind=dp), intent(in), device, dimension(:, :, :) :: x
integer, intent(in), value :: n

Called by

proc~~pwmul~~CalledByGraph proc~pwmul m_cuda_kernels_fieldops::pwmul proc~vecmult_cuda m_cuda_backend::cuda_backend_t%vecmult_cuda proc~vecmult_cuda->proc~pwmul