VF_ArgtoPVD_ArgtoPVE_ArgtoP
FunctionOverwrite the Arg part of a polar complex vector with a real vector
Syntax C/C++#include <VPFstd.h>
void VF_ArgtoP( pfVector Y, fVector Arg, ui size );
C++ VecObj#include <OptiVec.h>
void vector<polar<T>>::ArgtoP( const vector<T>& Arg );
Pascal/Delphiuses VPFstd;
procedure VF_ArgtoP( X:pfVector; Arg:fVector; size:UIntSize );
CUDA function C/C++#include <cudaVPFstd.h>
int cudaVF_ArgtoP( pfVector d_Y, fVector d_Arg, ui size );
void VFcu_ArgtoP( pfVector h_Y, fVector h_Arg, ui size );
CUDA function Pascal/Delphiuses VPFstd;
function cudaVF_ArgtoP( d_X:pfVector; d_Arg:fVector; size:UIntSize ): IntBool;
procedure VFcu_ArgtoP( h_X:pfVector; h_Arg:fVector; size:UIntSize );
DescriptionThe Arg part of the polar complex vector Y is overwritten with the elements of the real-valued vector Arg. The Mag part of Y is not affected.
Error handlingnone
Return valuenone
See alsoVF_PtoMagArg,   VF_MagArgtoP

VectorLib Table of Contents  OptiVec home