| VF_CtoReIm | VD_CtoReIm | VE_CtoReIm |
|
| Function | Extracts the real and imaginary parts from a cartesian-complex vector. |
|
| Syntax C/C++ | #include <VCFstd.h>
void VF_CtoReIm( fVector Re, fVector Im, cfVector X, ui size ); |
| C++ VecObj | #include <OptiVec.h>
void vector<T>::CtoReIm( vector<T> Im, const vector<complex<T>>& X ); |
| Pascal/Delphi | uses VCFstd;
procedure VF_CtoReIm( Re, Im:fVector; X:cfVector; size:UIntSize ); |
|
| Description | The real and imaginary parts of the complex vector X are extracted and stored in Re and Im, resp. |
|
|
|
|