Fortran-lang/stdlib
Contributing and specs
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
stdlib_ddot
Interface
10 statements
Source File
stdlib_blas.fypp
stdlib_blas
stdlib_ddot
Contents
None
interface
public pure module function stdlib_ddot(n, dx, incx, dy, incy)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=ilp),
intent(in)
::
n
real(kind=dp),
intent(in)
::
dx
(*)
integer(kind=ilp),
intent(in)
::
incx
real(kind=dp),
intent(in)
::
dy
(*)
integer(kind=ilp),
intent(in)
::
incy
Return Value
real(kind=dp)