MF_Row_neg MD_Row_neg ME_Row_neg
MCF_Row_neg MCD_Row_neg MCE_Row_neg
Functionmultiply all elements of one row by -1
Syntax C/C++#include <MFstd.h>
void MF_Row_neg( fMatrix MA, ui ht, ui len, ui iRow );
C++ MatObj#include <OptiVec.h>
void matrix<T>::Row_neg( const ui iRow );
Pascal/Delphiuses MFstd;
procedure MF_Row_neg( MA:fMatrix; ht, len, iRow:UIntSize );
CUDA function C/C++#include <cudaMFstd.h>
int cudaMF_Row_neg( fMatrix d_MA, ui ht, ui len, ui iRow );
void MFcu_Row_neg( fMatrix h_MA, ui ht, ui len, ui iRow );
CUDA function Pascal/Delphiuses MFstd;
function cudaMF_Row_neg( d_MA:fMatrix; ht, len, iRow:UIntSize ): IntBool;
procedure MFcu_Row_neg( h_MA:fMatrix; ht, len, iRow:UIntSize );
DescriptionMAiRow,i *= -1,  i=0,...,len-1
See alsoMF_Row_mulC,   MF_Col_neg,   MCF_Row_conj,   chapter 6

MatrixLib Table of Contents  OptiVec home