| VF_MagtoP | VD_MagtoP | VE_MagtoP |
|
| Function | Overwrite the Mag part of a polar complex vector with a real vector |
|
| Syntax C/C++ | #include <VPFstd.h>
void VF_MagtoP( pfVector Y, fVector Mag, ui size ); |
| C++ VecObj | #include <OptiVec.h>
void vector<polar<T>>::MagtoP( const vector<T>& Mag ); |
| Pascal/Delphi | uses VPFstd;
procedure VF_MagtoP( X:pfVector; Mag:fVector; size:UInt ); |
|
| Description | The Mag part of the polar complex vector Y is overwritten with the elements of the real-valued vector Mag. The Arg part of Y is not affected. |
|
|
|
|