MF_Cols_max MD_Cols_max ME_Cols_max
MI_Cols_maxMBI_Cols_maxMSI_Cols_maxMLI_Cols_maxMQI_Cols_max
MU_Cols_maxMUB_Cols_maxMUS_Cols_maxMUL_Cols_maxMUQ_Cols_max
Functionstore the maxima of all individual columns in a row vector
Syntax C/C++#include <MFstd.h>
void MF_Cols_max( fVector Y, fMatrix MA, ui ht, ui len );
C++ MatObj#include <OptiVec.h>
void vector<T>::Cols_max( const matrix<T>& MA );
Pascal/Delphiuses MFstd;
procedure MF_Cols_max( Y:fVector; MA:fMatrix; ht, len:UIntSize );
CUDA function C/C++#include <cudaMFstd.h>
int cudaMF_Cols_max( fVector d_Y, fMatrix d_MA, ui ht, ui len );
void MFcu_Cols_max( fVector h_Y, fMatrix h_MA, ui ht, ui len );
CUDA function Pascal/Delphiuses MFstd;
function cudaMF_Cols_max( d_Y:fVector; d_MA:fMatrix; ht, len:UIntSize ): IntBool;
procedure MFcu_Cols_max( h_Y:fVector; h_MA:fMatrix; ht, len:UIntSize );
DescriptionThe maximum value of each column j is stored as the element Yj for j=0,..,len-1
See alsoMF_Cols_absmax,   MF_Cols_min,   MF_Rows_max,   chapter 7

MatrixLib Table of Contents  OptiVec home