ddot Interface

interface


Called by

interface~~ddot~~CalledByGraph interface~ddot ddot proc~odr odr proc~odr->interface~ddot proc~odr_long_c odr_long_c proc~odr_long_c->proc~odr proc~odr_medium_c odr_medium_c proc~odr_medium_c->proc~odr proc~odr_short_c odr_short_c proc~odr_short_c->proc~odr program~example1 example1 program~example1->proc~odr program~example2 example2 program~example2->proc~odr program~example3 example3 program~example3->proc~odr program~example4 example4 program~example4->proc~odr program~example5 example5 program~example5->proc~odr

public pure function ddot(n, x, incx, y, incy)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: n
real(kind=dp), intent(in) :: x(*)
integer, intent(in) :: incx
real(kind=dp), intent(in) :: y(*)
integer, intent(in) :: incy

Return Value real(kind=dp)

Description

Inner product of vectors.