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

Detailed Description

Add vectors.

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

Public Member Functions

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

Constructor & Destructor Documentation

◆ cvec_add_vec()

subroutine cvec_add_vec ( class(oft_cvector), intent(inout) self,
complex(c8), intent(in) gamma,
complex(c8), intent(in) alpha,
class(oft_vector), intent(inout), target a,
complex(c8), intent(in), optional beta,
class(oft_vector), 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: