Arithmetic Functions
- Add
Performs element by element addition of two vectors.
- Sub
Performs element by element subtraction of one vector from another.
- Sqr
Performs element by element squaring of the vector.
- Mul
Performs element by element multiplication of two vectors.
- MulByConj
Performs element by element multiplication of a vector a element and a conjugated vector b element.
- Conj
Performs element by element conjugation of the vector.
- Abs
Computes the absolute value of vector elements.
- Arg
Computes the argument of vector elements.