MF_Cols_reflect MD_Cols_reflect ME_Cols_reflect
MCF_Cols_reflect MCD_Cols_reflect MCE_Cols_reflect
MI_Cols_reflectMBI_Cols_reflectMSI_Cols_reflectMLI_Cols_reflectMQI_Cols_reflect
MU_Cols_reflectMUB_Cols_reflectMUS_Cols_reflectMUL_Cols_reflectMUQ_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, ui ht, ui len );
C++ MatObj#include <OptiVec.h>
void matrix<T>::Cols_reflect();
Pascal/Delphiuses MFstd;
procedure MF_Cols_reflect( MA:fMatrix; ht, len:UIntSize );
CUDA function C/C++#include <cudaMFstd.h>
int cudaMF_Cols_reflect( fMatrix d_MA, ui ht, ui len );
void MFcu_Cols_reflect( fMatrix h_MA, ui ht, ui len );
CUDA function Pascal/Delphiuses MFstd;
function cudaMF_Cols_reflect( d_MA:fMatrix; ht, len:UIntSize ): IntBool;
procedure MFcu_Cols_reflect( h_MA:fMatrix; ht, len:UIntSize );
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