MCF_Rows_maxReIm MCD_Rows_maxReIm MCE_Rows_maxReIm
FunctionSeparate determination of the largest values of the real and imaginary parts of each row
Syntax C/C++#include <MFstd.h>
void MCF_Rows_maxReIm( cfVector Y, cfMatrix MA, ui ht, ui len );
C++ MatObj#include <OptiVec.h>
void vector<complex<T> >::Rows_maxReIm( const matrix<complex<T> >& MA );
Pascal/Delphiuses MFstd;
procedure MCF_Rows_maxReIm( Y:cfVector; MA:cfMatrix; ht, len:UIntSize );
CUDA function C/C++#include <cudaMCFstd.h>
int cudaMCF_Rows_maxReIm( cfVector d_Y, cfMatrix d_MA, ui ht, ui len );
void MCFcu_Rows_maxReIm( cfVector h_Y, cfMatrix h_MA, ui ht, ui len );
CUDA function Pascal/Delphiuses MCFstd;
function cudaMCF_Rows_maxReIm( d_Y:cfVector; d_MA:cfMatrix; ht, len:UIntSize ): IntBool;
procedure MCFcu_Rows_maxReIm( h_Y:cfVector; h_MA:cfMatrix; ht, len:UIntSize );
DescriptionThe maximum values of the real and imaginary parts of each row i are combined into the element Yi for i=0,..,ht-1
See alsoMCF_Rows_absmax,   MCF_Rows_minReIm,   MCF_Cols_maxReIm,   MCF_Rows_absmaxReIm,   chapter 7

MatrixLib Table of Contents  OptiVec home