VF_ReImtoCVD_ReImtoCVE_ReImtoC
FunctionConstruct 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/Delphiuses VCFstd;
procedure VF_ReImtoC( X:cfVector; Re, Im:fVector; size:UInt );
DescriptionThe complex vector Y is constructed from two real vectors that become the real and imaginary parts of Y.
Error handlingnone
Return valuenone
See alsoVF_CtoReIm,   VF_RetoC,   VF_PolartoC

VectorLib Table of Contents  OptiVec home