MF_Rows_rev MD_Rows_rev ME_Rows_rev
MCF_Rows_rev MCD_Rows_rev MCE_Rows_rev
MI_Rows_revMBI_Rows_revMSI_Rows_revMLI_Rows_revMQI_Rows_rev
MU_Rows_revMUB_Rows_revMUS_Rows_revMUL_Rows_revMUQ_Rows_rev
FunctionReverse the element ordering along rows. This corresponds to a relection of the matrix at the X axis.
Syntax C/C++#include <MFstd.h>
void MF_Rows_rev( fMatrix MA, ui ht, ui len );
C++ MatObj#include <OptiVec.h>
void matrix<T>::Rows_rev( );
Pascal/Delphiuses MFstd;
procedure MF_Rows_rev( MA:fMatrix; ht, len:UIntSize );
CUDA function C/C++#include <cudaMFstd.h>
int cudaMF_Rows_rev( fMatrix d_MA, ui ht, ui len );
void MFcu_Rows_rev( fMatrix h_MA, ui ht, ui len );
CUDA function Pascal/Delphiuses MFstd;
function cudaMF_Rows_rev( d_MA:fMatrix; ht, len:UIntSize ): IntBool;
procedure MFcu_Rows_rev( h_MA:fMatrix; ht, len:UIntSize );
DescriptionMAi, j = MAi, len-j-1
See alsoMF_Cols_rev,   MF_Rows_reflect,   MF_rotate90,   chapter 5,   chapter 7

MatrixLib Table of Contents  OptiVec home