VF_maxCVD_maxCVE_maxC
VI_maxCVBI_maxCVSI_maxCVLI_maxCVQI_maxC 
VU_maxCVUB_maxCVUS_maxCVUL_maxCVUQ_maxCVUI_maxC
FunctionCompare each element of a vector to a constant and take the larger of the two.
Syntax C/C++#include <VFmath.h>
void VF_maxC( fVector Y, fVector X, ui size, float C );
C++ VecObj#include <OptiVec.h>
void vector<T>::maxC( const vector<T>& X, const T& C );
Pascal/Delphiuses VFmath;
procedure VF_maxC( Y, X:fVector; size:UIntSize; C:Single );
CUDA function C/C++#include <cudaVFmath.h>
#include <cudaVDmath.h>
int cudaVF_maxC( fVector d_Y, fVector d_X, ui size, float C );
int cusdVF_maxC( fVector d_Y, fVector d_X, ui size, float *d_C );
void VFcu_maxC( fVector d_Y, fVector d_X, ui size, float C );
CUDA function Pascal/Delphiuses VFmath, VDmath;
function cudaVF_maxC( d_Y, d_X:fVector; size:UIntSize; C:Single ): IntBool;
function cusdVF_maxC( d_Y, d_X:fVector; size:UIntSize; d_C:PSingle ): IntBool;
procedure VF_maxC( Y, X:fVector; size:UIntSize; C:Single );
DescriptionYi = Xi, if Xi > C
Yi = C, if Xi ≤ C
Error handlingnone
Return valuenone
See alsoVF_maxV,   VF_minC,   VF_max,   VF_absmax,   VF_limit,   VF_flush0

VectorLib Table of Contents  OptiVec home