hompack
Source Files
Modules
Procedures
ddot
Interface
MIT
147 statements
Source File
blas_interfaces.f90
blas_interfaces
ddot
Contents
None
interface
public pure function ddot(n, x, incx, y, incy)
Arguments
Type
Intent
Optional
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.