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