functionabsComplexVector
Return the absolute values of all elements of a complex vector that is defined by a vr[:] vector (real part) and a vi[:] vector (imaginary part)
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real[:] | vr | Real part of complex vector | |
| Real[size(vr, 1)] | vi | Imaginary part of complex vector |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real[size(vr, 1)] | v_abs | Absolute values of the elements of the complex vector |