Octopus
blas_oct_m::blas_dot Interface Reference

--------------— dot ---------------— Forms the dot product of two vectors. More...

Detailed Description

--------------— dot ---------------— Forms the dot product of two vectors.

Definition at line 225 of file blas.F90.

Public Member Functions

real(real64) function ddot (n, dx, incx, dy, incy)
 
complex(real64) function zdotc (n, dx, incx, dy, incy)
 

Member Function/Subroutine Documentation

◆ 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 
)
Parameters
[in]dydx(n), dy(n)

Definition at line 226 of file blas.F90.

◆ 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 
)
Parameters
[in]dydx(n), dy(n)

Definition at line 232 of file blas.F90.


The documentation for this interface was generated from the following file: