VCF_conjVCD_conjVCE_conj
VPF_conjVPD_conjVPE_conj
FunctionFind the complex conjugate of a vector.
Syntax C/C++#include <VCFmath.h>
int VCF_conj( cfVector Y, cfVector X, ui size );
C++ VecObj#include <OptiVec.h>
int vector<complex<T>>::conj( const vector<complex<T>>& X );
Pascal/Delphiuses VCFmath;
function VCF_conj( Y, X:cfVector; size:UInt ): IntBool;
DescriptionRe(Yi) = Re(Xi)
Im(Yi) = -Im(Xi)
Error handlingnone
Return valuealways FALSE (0)
See alsoVCF_neg,   VCF_abs

VectorLib Table of Contents  OptiVec home