The Open FUSION Toolkit 1.0.0-8905cc5
Modeling tools for plasma and fusion research and engineering
Loading...
Searching...
No Matches
Public Member Functions | List of all members
cvec_add_cvec Interface Reference

Detailed Description

Add vectors.

self = \( \gamma \) self + \( \alpha \) a + \( \beta \) b

Public Member Functions

subroutine cvec_add_cvec (self, gamma, alpha, a, beta, b)
 

Constructor & Destructor Documentation

◆ cvec_add_cvec()

subroutine cvec_add_cvec ( class(oft_cvector), intent(inout)  self,
complex(c8), intent(in)  gamma,
complex(c8), intent(in)  alpha,
class(oft_cvector), intent(inout), target  a,
complex(c8), intent(in), optional  beta,
class(oft_cvector), intent(inout), optional, target  b 
)
virtual
Parameters
[in,out]selfVector object
[in]gammaScale of source vector
[in]alphaScale of first vector
[in,out]aFirst vector to add
[in]betaScale of second vector (optional)
[in,out]bSecond vector to add (optional)

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