MFI - Modern Fortran Interfaces
Source Files
Modules
Procedures
mfi_sdot
Function
23 statements
Source File
blas.f90
mfi_blas
mfi_sdot
Contents
public pure function mfi_sdot(x, y, incx, incy)
Modern interface for
sdot
. See also:
mfi_dot
,
f77_dot
.
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=REAL32),
intent(in)
::
x
(:)
real(kind=REAL32),
intent(in)
::
y
(:)
integer,
intent(in),
optional
::
incx
integer,
intent(in),
optional
::
incy
Return Value
real(kind=REAL32)