|
| Function | Extracts the real part from a polar complex vector. |
|
| Syntax C/C++ | #include <VPFstd.h>
void VF_PtoRe( fVector Re, pfVector X, ui size ); |
| C++ VecObj | #include <OptiVec.h>
void vector<T>::PtoRe( const vector<polar<T>>& X ); |
| Pascal/Delphi | uses VPFstd;
procedure VF_PtoRe( Re:fVector; X:pfVector; size:UInt ); |
|
| Description | The real part of the polar complex vector X is calculated and stored in Re. |
|
|
|
|