Fortran-lang/stdlib
Contributing and specs
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
stdlib_sdot
Interface
10 statements
Source File
stdlib_blas.fypp
stdlib_blas
stdlib_sdot
Contents
None
interface
public pure module function stdlib_sdot(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=sp)