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