GVTD-X
Source Files
Modules
Procedures
Derived Types
dot_prod
Function
14 statements
Source File
gvtdx_main_mod.f90
GVTDX_main
dot_prod
Contents
public function dot_prod(v1, v2)
Calculate inner product of two vectors
Arguments
Type
Intent
Optional
Attributes
Name
double precision,
intent(in)
::
v1
(:)
Vector 1
double precision,
intent(in)
::
v2
(size(v1))
Return Value
doubleprecision