VF_MagArgtoPVD_MagArgtoPVE_MagArgtoP
FunctionConstruct a polar complex vector from separate vectors for magnitude and argument
Syntax C/C++#include <VPFstd.h>
void VF_MagArgtoP( pfVector Y, fVector Mag, fVector Arg, ui size );
C++ VecObj#include <OptiVec.h>
void vector<polar<T>>::MagArgtoP( const vector<T>& Mag, const vector<T>& Arg );
Pascal/Delphiuses VPFstd;
procedure VF_MagArgtoP( X:pfVector; Mag, Arg:fVector; size:UIntSize );
CUDA function C/C++#include <cudaVPFstd.h>
int cudaVF_MagArgtoP( cfVector d_Y, fVector d_Mag, fVector d_Arg, ui size );
void VFcu_MagArgtoP( cfVector h_Y, fVector h_Mag, fVector h_Arg, ui size );
CUDA function Pascal/Delphiuses VPFstd;
function cudaVF_MagArgtoP( d_X:cfVector; d_Mag, d_Arg:fVector; size:UIntSize ): IntBool;
procedure VFcu_MagArgtoP( h_X:cfVector; h_Mag, h_Arg:fVector; size:UIntSize );
DescriptionThe polar complex vector Y is constructed from the two real vectors Mag and Arg.
Error handlingnone
Return valuenone
See alsoVF_PtoMagArg,   VF_ReImtoC,   VF_MagtoP,   VF_ArgtoP

VectorLib Table of Contents  OptiVec home