VF_hypVVD_hypVVE_hypV
VFx_hypVVDx_hypVVEx_hypV
FunktionQuotient von Xi und der Summe Xi + Yi
Syntax C/C++#include <VFmath.h>
void VF_hypV( fVector Z, fVector X, fVector Y, ui size );
void VFx_hypV( fVector Z, fVector X, fVector Y, ui size, float A, float B );
C++ VecObj#include <OptiVec.h>
void vector<T>::hypV( const vector<T>& X, const vector<T>& Y );
void vector<T>::x_hypV( const vector<T>& X, const vector<T>& Y, const T& A, const T& B );
Pascal/Delphiuses VFmath;
procedure VF_hypV( Z, X, Y:fVector; size:UIntSize );
procedure VFx_hypV( Z, X, Y:fVector; size:UIntSize; A, B:Single );
CUDA-Funktion C/C++#include <cudaVFmath.h>
int cudaVF_hypV( fVector d_Z, fVector d_X, fVector d_Y,ui size );
int cudaVFx_hypV( fVector d_Z, fVector d_X, fVector d_Y, ui size, float A, float B );
int cusdVFx_hypV( fVector d_Z, fVector d_X, fVector d_Y, ui size, float *d_A, float *d_B );
void VFcu_hypV( fVector h_Z, fVector h_X, fVector h_Y,ui size );
void VFxcu_hypV( fVector h_Z, fVector h_X, fVector h_Y, ui size, float A, float B );
CUDA-Funktion Pascal/Delphiuses VFmath;
function cudaVF_hypV( d_Z, d_X, d_Y:fVector; size:UIntSize ): IntBool;
function cudaVFx_hypV( d_Z, d_X, d_Y:fVector; size:UIntSize; A, B:Single ): IntBool;
function cusdVFx_hypV( d_Z, d_X, d_Y:fVector; size:UIntSize; d_A, d_B:PSingle ): IntBool;
procedure VFcu_hypV( h_Z, h_X, h_Y:fVector; size:UIntSize );
procedure VFxcu_hypV( h_Z, h_X, h_Y:fVector; size:UIntSize; A, B:Single );
Beschreibungeinfache Versionen: Zi = hyp( Xi, Yi ) = Xi / (Xi + Yi)
erweiterte Versionen: Zi = hyp( A*Xi+B), Yi )
Fehlerbehandlungkeine
Rückgabewertkeiner
QuerverweisVF_hypC,   VF_redV,   VF_addV,   VF_subV,   VF_divV,   VF_visV

VectorLib Inhaltsverzeichnis  OptiVec Home