| MF_Rows_absmax
| MD_Rows_absmax |
ME_Rows_absmax |
| MCF_Rows_absmax |
MCD_Rows_absmax |
MCE_Rows_absmax |
|
| Function | store the absolute maxima of all individual rows in a column vector |
|
| Syntax C/C++ | #include <MFstd.h>
void MF_Rows_absmax( fVector Y, fMatrix MA, ui ht, ui len ); |
| C++ MatObj | #include <OptiVec.h>
void vector<T>::Rows_absmax( const matrix<T>& MA );
void vector<T>::Rows_absmax( const matrix<complex<T> >& MA ); |
| Pascal/Delphi | uses MFstd;
procedure MF_Rows_absmax( Y:fVector; MA:fMatrix; ht, len:UIntSize ); |
|
| Description | The maximum absolute value of each row i is stored as the element Yi for i=0,...,ht-1 |
|
|