MF_Cols_exchange MD_Cols_exchange ME_Cols_exchange
MCF_Cols_exchange MCD_Cols_exchange MCE_Cols_exchange
MI_Cols_exchangeMBI_Cols_exchangeMSI_Cols_exchangeMLI_Cols_exchangeMQI_Cols_exchange
MU_Cols_exchangeMUB_Cols_exchangeMUS_Cols_exchangeMUL_Cols_exchangeMUQ_Cols_exchange
Functionexchange two columns
Syntax C/C++#include <MFstd.h>
void MF_Cols_exchange( fMatrix MA, ui ht, ui len, unsigned i1, unsigned i2 );
C++ MatObj#include <OptiVec.h>
void matrix<T>::Cols_exchange( const unsigned i1, const unsigned i2 );
Pascal/Delphiuses MFstd;
procedure MF_Cols_exchange( MA:fMatrix; ht, len, i1, i2:UIntSize );
CUDA function C/C++#include <cudaMFstd.h>
int cudaMF_Cols_exchange( fMatrix d_MA, ui ht, ui len, unsigned i1, unsigned i2 );
void MFcu_Cols_exchange( fMatrix MA, ui ht, ui len, unsigned i1, unsigned i2 );
CUDA function Pascal/Delphiuses MFstd;
function cudaMF_Cols_exchange( d_MA:fMatrix; ht, len, i1, i2:UIntSize ): IntBool;
procedure MFcu_Cols_exchange( h_MA:fMatrix; ht, len, i1, i2:UIntSize );
DescriptionThe elements of the columns i1 and i2 are exchanged.
See alsoMF_Rows_exchange,   chapter 8

MatrixLib Table of Contents  OptiVec home