plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
dot_product_omp
Function
MIT
14 statements
Source File
ArrayClass.f90
ArrayClass
dot_product_omp
Contents
public function dot_product_omp(a, b, omp) result(dp)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real64),
intent(in)
::
a
(:)
real(kind=real64),
intent(in)
::
b
(:)
logical,
intent(in)
::
omp
Return Value
real(kind=real64)