--------------— dot ---------------— Forms the dot product of two vectors.
More...
--------------— dot ---------------— Forms the dot product of two vectors.
Definition at line 225 of file blas.F90.
|
real(real64) function | ddot (n, dx, incx, dy, incy) |
|
complex(real64) function | zdotc (n, dx, incx, dy, incy) |
|
◆ ddot()
real(real64) function blas_oct_m::blas_dot::ddot |
( |
integer, intent(in) |
n, |
|
|
real(real64), intent(in) |
dx, |
|
|
integer, intent(in) |
incx, |
|
|
real(real64), intent(in) |
dy, |
|
|
integer, intent(in) |
incy |
|
) |
| |
◆ zdotc()
complex(real64) function blas_oct_m::blas_dot::zdotc |
( |
integer, intent(in) |
n, |
|
|
complex(real64), intent(in) |
dx, |
|
|
integer, intent(in) |
incx, |
|
|
complex(real64), intent(in) |
dy, |
|
|
integer, intent(in) |
incy |
|
) |
| |
The documentation for this interface was generated from the following file: