MCF_Rows_cabsmin MCD_Rows_cabsmin MCE_Rows_cabsmin
FunctionFind the complex numbers of smallest magnitude along rows and store them in a column vector
Syntax C/C++#include <MCFstd.h>
void MCF_Rows_cabsmin( cfVector Y, cfMatrix MA, ui ht, ui len );
C++ MatObj#include <OptiVec.h>
void vector<complex<T> T>::Rows_cabsmin( const matrix<complex<T> >& MA );
Pascal/Delphiuses MCFstd;
procedure MCF_Rows_cabsmin( Y:cfVector; MA:cfMatrix; ht, len:UIntSize );
CUDA function C/C++#include <cudaMCFstd.h>
int cudaMCF_Rows_cabsmin( cfVector d_Y, cfMatrix d_MA, ui ht, ui len );
void MCFcu_Rows_cabsmin( cfVector h_Y, cfMatrix h_MA, ui ht, ui len );
CUDA function Pascal/Delphiuses MCFstd;
function cudaMCF_Rows_cabsmin( d_Y:cfVector; d_MA:cfMatrix; ht, len:UIntSize ): IntBool;
procedure MCFcu_Rows_cabsmin( h_Y:cfVector; h_MA:cfMatrix; ht, len:UIntSize );
DescriptionWithin each row i of MA, the complex number of smallest magnitude, sqrt(Re2+Im2), is found and stored as the element Yi for i=0,..,ht-1
See alsoMCF_Rows_absmin,   MCF_Rows_cabsmax,   MCF_Rows_sabsmin,   MCF_Cols_cabsmin,   MCF_Dia_cabsmin,   chapter 7

MatrixLib Table of Contents  OptiVec home