MF_Row_addC MD_Row_addC ME_Row_addC
MCF_Row_addC MCD_Row_addC MCE_Row_addC
Functionadd a constant to all elements of one row
Syntax C/C++#include <MFstd.h>
void MF_Row_addC( fMatrix MA, ui ht, ui len, ui iRow, float C );
C++ MatObj#include <OptiVec.h>
void matrix<T>::Row_addC( const ui iRow, const T& C);
Pascal/Delphiuses MFstd;
procedure MF_Row_addC( MA:fMatrix; ht, len, iRow:UIntSize; C:Single );
CUDA function C/C++#include <cudaMFstd.h>
int cudaMF_Row_addC( fMatrix d_MA, ui ht, ui len, ui iRow, float C );
int cusdMF_Row_addC( fMatrix d_MA, ui ht, ui len, ui iRow, float *d_C );
void MFcu_Row_addC( fMatrix h_MA, ui ht, ui len, ui iRow, float C );
CUDA function Pascal/Delphiuses MFstd;
function cudaMF_Row_addC( d_MA:fMatrix; ht, len, iRow:UIntSize; C:Single ): IntBool;
function cusdMF_Row_addC( d_MA:fMatrix; ht, len, iRow:UIntSize; d_C:PSingle ): IntBool;
procedure MFcu_Row_addC( h_MA:fMatrix; ht, len, iRow:UIntSize; C:Single );
DescriptionMAiRow,i += C,  i=0,...,len-1
See alsoMF_Col_addC,   MF_Dia_addC,   chapter 6

MatrixLib Table of Contents  OptiVec home