Arithmetic Functions¶
Arithmetic functions perform the basic mathematical operations like addition, subtraction, multiplication or computation of the absolute value of the vector elements.
Parent topic: VM Mathematical Functions
add Performs element by element addition of vector
aand vectorb.sub Performs element by element subtraction of vector
bfrom vectora.sqr Performs element by element squaring of the vector.
mul Performs element by element multiplication of vector
aand vectorb.mulbyconj Performs element by element multiplication of vector
aelement and conjugated vectorbelement.conj Performs element by element conjugation of the vector.
abs Computes absolute value of vector elements.
arg Computes argument of vector elements.
linearfrac Performs linear fraction transformation of vectors
aandbwith scalar parameters.fmod The fmod function performs element by element computation of the modulus function of vector
awith respect to vectorb.remainder Performs element by element computation of the remainder function on the elements of vector
aand the corresponding elements of vectorb.