VF_PtoMagArgVD_PtoMagArgVE_PtoMagArg
FunctionSplit a polar complex vector into separate vectors for magnitude and argument.
Syntax C/C++#include <VPFstd.h>
void VF_PtoMagArg( fVector Mag, fVector Arg, pfVector X, ui size);
C++ VecObj#include <OptiVec.h>
void vector<T>::PtoMagArg( vector<T> Arg, const vector<polar<T>>& X );
Pascal/Delphiuses VPFstd;
procedure VF_PtoMagArg( Mag, Arg:fVector; X:pfVector; size:UIntSize );
CUDA function C/C++#include <cudaVPFstd.h>
int cudaVF_PtoMagArg( fVector d_Mag, fVector d_Arg, pfVector d_X, ui size );
void VFcu_PtoMagArg( fVector h_Mag, fVector h_Arg, pfVector h_X, ui size );
CUDA function Pascal/Delphiuses VPFstd;
function cudaVF_PtoMagArg( d_Mag, d_Arg:fVector; d_X:pfVector; size:UIntSize ): IntBool;
procedure VF_PtoMagArg( h_Mag, h_Arg:fVector; h_X:pfVector; size:UIntSize );
DescriptionMagnitude and argument of the polar complex vector X are stored in the separate vectors Mag and Arg.
Error handlingnone
Return valuenone
See alsoVF_PtoRe,   VF_MagArgtoP

VectorLib Table of Contents  OptiVec home