MF_Rows_reflect MD_Rows_reflect ME_Rows_reflect
FunctionDerive 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/Delphiuses MFstd;
procedure MF_Rows_reflect( MA:fMatrix; ht, len:UInt );
DescriptionMAi, len-j-1 = MAi, j,  i=0,...,ht-1;  j=0,...,(len-1)/2;
See alsoMF_Rows_rotate,   MF_Cols_reflect,   chapter 7

MatrixLib Table of Contents  OptiVec home