| MF_Rows_reflect
| MD_Rows_reflect |
ME_Rows_reflect |
|
| Function | Derive the second halves of all rows from their first halves by reflection at the vertical line through the center of the matrix. |
|
| Syntax C/C++ | #include <MFstd.h>
void MF_Rows_reflect( fMatrix MA, unsigned ht, unsigned len ); |
| C++ MatObj | #include <OptiVec.h>
void matrix<T>::Rows_reflect( ); |
| Pascal/Delphi | uses MFstd;
procedure MF_Rows_reflect( MA:fMatrix; ht, len:UInt ); |
|
| Description | MAi, len-j-1 = MAi, j, i=0,...,ht-1; j=0,...,(len-1)/2; |
|
|