| VF_ReImtoC | VD_ReImtoC | VE_ReImtoC |
|
| Function | Construct a cartesian complex vector from real and imaginary parts |
|
| Syntax C/C++ | #include <VCFstd.h>
void VF_ReImtoC( cfVector Y, fVector Re, fVector Im, ui size ); |
| C++ VecObj | #include <OptiVec.h>
void vector<complex<T>>::ReImtoC( const vector<T>& Re, const vector<T>& Im ); |
| Pascal/Delphi | uses VCFstd;
procedure VF_ReImtoC( X:cfVector; Re, Im:fVector; size:UIntSize ); |
|
| Description | The complex vector Y is constructed from two real vectors that become the real and imaginary parts of Y. |
|
|
|
|