VF_runmaxVD_runmaxVE_runmax
VI_runmaxVBI_runmaxVSI_runmaxVLI_runmaxVQI_runmax 
VU_runmaxVUB_runmaxVUS_runmaxVUL_runmaxVUQ_runmaxVUI_runmax
Function"running" maximum.
Syntax C/C++#include <VFstd.h>
void VF_runmax( fVector Y, fVector X, ui size );
C++ VecObj#include <OptiVec.h>
void vector<T>::runmax( const vector<T>& X );
Pascal/Delphiuses VFstd;
procedure VF_runmax( Y, X:fVector; size:UIntSize );
CUDA function C/C++#include <cudaVFstd.h>
int cudaVF_runmax( fVector d_Y, fVector d_X, ui size );
void VFcu_runmax( fVector h_Y, fVector h_X, ui size );
CUDA function Pascal/Delphiuses VFstd;
function cudaVF_runmax( d_Y, d_X:fVector; size:UIntSize );
procedure VFcu_runmax( h_Y, h_X:fVector; size:UIntSize );
DescriptionEach element of Y is the maximum of the corresponding and all preceding elements of X.
Error handlingnone
Return valuenone
See alsoVF_max,   VF_runmin,   VF_runsum

VectorLib Table of Contents  OptiVec home