omp_dot_product2 Subroutine

public subroutine omp_dot_product2(a, b, sum)

Arguments

Type IntentOptional AttributesName
real(kind=real64), intent(in) :: a(:)
real(kind=real64), intent(in) :: b(:)
real(kind=real64), intent(out) :: sum

Contents

None