|
| Function | Overwrites the imaginary part of a cartesian-complex vector with a real-valued vector. |
|
| Syntax C/C++ | #include <VCFstd.h>
void VF_ImtoC( cfVector Y, fVector Im, ui size ); |
| C++ VecObj | #include <OptiVec.h>
void vector<complex<T>>::ImtoC( const vector<T>& Im ); |
| Pascal/Delphi | uses VCFstd;
procedure VF_ImtoC( X:cfVector; Im:fVector; size:UInt ); |
|
| Description | The imaginary part of the complex vector Y is overwritten with the elements of the real-valued vector Im. The real part of Y is not affected. |
|
|
|
|