MF_Rows_reflect MD_Rows_reflect ME_Rows_reflect
MCF_Rows_reflect MCD_Rows_reflect MCE_Rows_reflect
MI_Rows_reflectMBI_Rows_reflectMSI_Rows_reflectMLI_Rows_reflectMQI_Rows_reflect
MU_Rows_reflectMUB_Rows_reflectMUS_Rows_reflectMUL_Rows_reflectMUQ_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, ui ht, ui len );
C++ MatObj#include <OptiVec.h>
void matrix<T>::Rows_reflect( );
Pascal/Delphiuses MFstd;
procedure MF_Rows_reflect( MA:fMatrix; ht, len:UIntSize );
CUDA function C/C++#include <cudaMFstd.h>
int cudaMF_Rows_reflect( fMatrix d_MA, ui ht, ui len );
void MFcu_Rows_reflect( fMatrix h_MA, ui ht, ui len );
CUDA function Pascal/Delphiuses MFstd;
function cudaMF_Rows_reflect( d_MA:fMatrix; ht, len:UIntSize ): IntBool;
procedure MFcu_Rows_reflect( h_MA:fMatrix; ht, len:UIntSize );
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