c_dot_product_f Function

public function c_dot_product_f(a, b, nf) result(dp)

Arguments

Type IntentOptional AttributesName
real(kind=8), intent(in), target:: a(nf)
real(kind=8), intent(in), target:: b(nf)
integer, intent(in) :: nf

Return Value real(kind=8)


Contents

None