MCF_Cols_maxReIm MCD_Cols_maxReIm MCE_Cols_maxReIm
FunctionSeparate determination of the largest values of the real and imaginary parts of each column
Syntax C/C++#include <MFstd.h>
void MCF_Cols_maxReIm( cfVector Y, cfMatrix MA, ui ht, ui len );
C++ MatObj#include <OptiVec.h>
void vector<complex<T> >::Cols_maxReIm( const matrix<complex<T> >& MA );
Pascal/Delphiuses MFstd;
procedure MCF_Cols_maxReIm( Y:cfVector; MA:cfMatrix; ht, len:UIntSize );
CUDA function C/C++#include <cudaMCFstd.h>
int cudaMCF_Cols_maxReIm( cfVector d_Y, cfMatrix d_MA, ui ht, ui len );
void MCFcu_Cols_maxReIm( cfVector h_Y, cfMatrix h_MA, ui ht, ui len );
CUDA function Pascal/Delphiuses MCFstd;
function cudaMCF_Cols_maxReIm( d_Y:cfVector; d_MA:cfMatrix; ht, len:UIntSize ): IntBool;
procedure MCFcu_Cols_maxReIm( h_Y:cfVector; h_MA:cfMatrix; ht, len:UIntSize );
DescriptionThe maximum values of the real and imaginary parts of each column j are combined into the element Yj for j=0,..,len-1
See alsoMCF_Cols_absmax,   MCF_Cols_minReIm,   MCF_Rows_absmaxReIm,   chapter 7

MatrixLib Table of Contents  OptiVec home