Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | n | The length of the vectors |
||
real(kind=r8), | intent(in), | dimension(*) | :: | x | The first input vector |
|
integer, | intent(in) | :: | sx | The stride in memory between successive elements of |
||
real(kind=r8), | intent(in), | dimension(*) | :: | y | The second input vector |
|
integer, | intent(in) | :: | sy | The stride in memory between successive elements of |
Inner product of x
and y
Interface for function which calculates vector inner products. This has the same interace as the BLAS routine ddot.