| MCF_Cols_maxReIm
| MCD_Cols_maxReIm |
MCE_Cols_maxReIm |
|
| Function | Separate 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/Delphi | uses MFstd;
procedure MCF_Cols_maxReIm( Y:cfVector; MA:cfMatrix; ht, len:UIntSize ); |
|
| Description | The maximum values of the real and imaginary parts of each column j are combined into the element Yj for j=0,..,len-1 |
|
|