VF_PtoReVD_PtoReVE_PtoRe
FunctionExtracts the real part from a polar complex vector.
Syntax C/C++#include <VPFstd.h>
void VF_PtoRe( fVector Re, pfVector X, ui size );
C++ VecObj#include <OptiVec.h>
void vector<T>::PtoRe( const vector<polar<T>>& X );
Pascal/Delphiuses VPFstd;
procedure VF_PtoRe( Re:fVector; X:pfVector; size:UIntSize );
CUDA function C/C++#include <cudaVPFstd.h>
int cudaVF_PtoRe( fVector d_Re, pfVector d_X, ui size );
void VFcu_PtoRe( fVector h_Re, pfVector h_X, ui size );
CUDA function Pascal/Delphiuses VPFstd;
function cudaVF_PtoRe( d_Re:fVector; d_X:pfVector; size:UIntSize ): IntBool;
procedure VF_PtoRe( h_Re:fVector; h_X:pfVector; size:UIntSize );
DescriptionThe real part of the polar complex vector X is calculated and stored in Re.
Error handlingnone
Return valuenone
See alsoVF_PtoReIm,   VF_PtoIm

VectorLib Table of Contents  OptiVec home