VF_erfcVD_erfcVE_erfc
VFx_erfcVDx_erfcVEx_erfc
FunctionComplementary error function
Syntax C/C++#include <VFmath.h>
int VF_erfc( fVector Y, fVector X, ui size );
int VFx_erfc( fVector Y, fVector X, ui size, float A, float B, float C );
C++ VecObj#include <OptiVec.h>
int vector<T>::erfc( const vector<T>& X );
int vector<T>::x_erfc( const vector<T>& X, const T& A, const T& B, const T& C );
Pascal/Delphiuses VFmath;
function VF_erfc( Y,X:fVector; size:UIntSize ): IntBool;
function VFx_erfc( Y,X:fVector; size:UIntSize; A, B, C:Single ): IntBool;
CUDA function C/C++#include <cudaVFmath.h>
int cudaVF_erfc( fVector d_Y, fVector d_X, ui size );
int cudaVFx_erfc( fVector d_Y, fVector d_X, ui size, float A, float B, float C );
int cusdVFx_erfc( fVector d_Y, fVector d_X, ui size, float *d_A, float *d_B, float *d_C );
int VFcu_erfc( fVector h_Y, fVector h_X, ui size );
int VFxcu_erfc( fVector h_Y, fVector h_X, ui size, float A, float B, float C );
CUDA function Pascal/Delphiuses VFmath;
function cudaVF_erfc( d_Y, d_X:fVector; size:UIntSize ): IntBool;
function cudaVFx_erfc( d_Y, d_X:fVector; size:UIntSize; A, B, C:Single ): IntBool;
function cusdVFx_erfc( d_Y, d_X:fVector; size:UIntSize; d_A, d_B, d_C:PSingle ): IntBool;
function VFcu_erfc( h_Y, h_X:fVector; size:UIntSize ): IntBool;
function VFxcu_erfc( h_Y, h_X:fVector; size:UIntSize; A, B, C:Single ): IntBool;
Descriptionsimple versions: Yi = 1.0 - erf( Xi )
expanded versions: Yi = C * (1.0 - erf( A*Xi+B ))
Error handlingthis function should be error-proof.
Return valuealways FALSE (0)
See alsoVF_erf,   VF_Gauss

VectorLib Table of Contents  OptiVec home