MF_Rows_min MD_Rows_min ME_Rows_min
MI_Rows_minMBI_Rows_minMSI_Rows_minMLI_Rows_minMQI_Rows_min
MU_Rows_minMUB_Rows_minMUS_Rows_minMUL_Rows_minMUQ_Rows_min
Functionstore the minima of all individual rows in a column vector
Syntax C/C++#include <MFstd.h>
void MF_Rows_min( fVector Y, fMatrix MA, ui ht, ui len );
C++ MatObj#include <OptiVec.h>
void vector<T>::Rows_min( const matrix<T>& MA );
Pascal/Delphiuses MFstd;
procedure MF_Rows_min( Y:fVector; MA:fMatrix; ht, len:UIntSize );
CUDA function C/C++#include <cudaMFstd.h>
int cudaMF_Rows_min( fVector d_Y, fMatrix d_MA, ui ht, ui len );
void MFcu_Rows_min( fVector h_Y, fMatrix h_MA, ui ht, ui len );
CUDA function Pascal/Delphiuses MFstd;
function cudaMF_Rows_min( d_Y:fVector; d_MA:fMatrix; ht, len:UIntSize ): IntBool;
procedure MFcu_Rows_min( h_Y:fVector; h_MA:fMatrix; ht, len:UIntSize );
DescriptionThe smallest or most negative element of each row i is stored as the element Yi for i=0,...,ht-1
See alsoMF_Rows_absmin,   MF_Rows_max,   MF_Cols_min,   chapter 7

MatrixLib Table of Contents  OptiVec home