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

MatrixLib Table of Contents  OptiVec home