The Open FUSION Toolkit 1.0.0-8905cc5
Modeling tools for plasma and fusion research and engineering
|
Add vectors.
self = \( \gamma \) self + \( \alpha \) a + \( \beta \) b
Public Member Functions | |
subroutine | vec_add (self, gamma, alpha, a, beta, b) |
|
virtual |
[in,out] | self | Vector object |
[in] | gamma | Scale of source vector |
[in] | alpha | Scale of first vector |
[in,out] | a | First vector to add |
[in] | beta | Scale of second vector (optional) |
[in,out] | b | Second vector to add (optional) |