VF_CtoReImVD_CtoReImVE_CtoReIm
FunctionExtracts 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/Delphiuses VCFstd;
procedure VF_CtoReIm( Re, Im:fVector; X:cfVector; size:UIntSize );
DescriptionThe real and imaginary parts of the complex vector X are extracted and stored in Re and Im, resp.
Error handlingnone
Return valuenone
See alsoVF_CtoRe,   VF_ReImtoC,   VF_RetoC,   VF_PolartoC

VectorLib Table of Contents  OptiVec home