|
| Function | Extracts the real part from a cartesian-complex vector. |
|
| Syntax C/C++ | #include <VCFstd.h>
void VF_CtoRe( fVector Re, cfVector X, ui size ); |
| C++ VecObj | #include <OptiVec.h>
void vector<T>::CtoRe( const vector<complex<T>>& X ); |
| Pascal/Delphi | uses VCFstd;
procedure VF_CtoRe( Re:fVector; X:cfVector; size:UIntSize ); |
|
| Description | The real part of the complex vector X is extracted and stored in Re. |
|
|
|
|