The Open FUSION Toolkit 1.0.0-beta6
Modeling tools for plasma and fusion research and engineering
Loading...
Searching...
No Matches
vec_dot_vec Interface Reference

Detailed Description

Dot product with a second vector.

Public Member Functions

real(r8) function vec_dot_vec (self, a)

Constructor & Destructor Documentation

◆ vec_dot_vec()

real(r8) function vec_dot_vec ( class(oft_vector), intent(inout) self,
class(oft_vector), intent(inout), target a )
virtual
Parameters
[in,out]selfVector object
[in,out]aSecond vector for dot product
Returns
dot(self,a)

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