VF_MagArgtoPVD_MagArgtoPVE_MagArgtoP
FunktionPolar-komplexen Vektor aus separaten Vektoren für Zeigerlänge und -winkel konstruieren
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-Funktion 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-Funktion 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 );
BeschreibungDer polar-komplexe Vektor Y wird aus den zwei reellen Vektoren Mag (Zeigerlänge) und Arg (Zeigerwinkel) gewonnen.
Fehlerbehandlungkeine
Rückgabewertkeiner
QuerverweisVF_PtoMagArg,   VF_ReImtoC,   VF_MagtoP,   VF_ArgtoP

VectorLib Inhaltsverzeichnis  OptiVec Home