MF_Row_mulC MD_Row_mulC ME_Row_mulC
MCF_Row_mulC MCD_Row_mulC MCE_Row_mulC
Functionmultiply all elements of one row by a constant
Syntax C/C++#include <MFstd.h>
void MF_Row_mulC( fMatrix MA, ui ht, ui len, ui iRow, float C );
C++ MatObj#include <OptiVec.h>
void matrix<T>::Row_mulC( const ui iRow, const T& C);
Pascal/Delphiuses MFstd;
procedure MF_Row_mulC( MA:fMatrix; ht, len, iRow:UIntSize; C:Single );
CUDA function C/C++#include <cudaMFstd.h>
int cudaMF_Row_mulC( fMatrix d_MA, ui ht, ui len, ui iRow, float C );
int cusdMF_Row_mulC( fMatrix d_MA, ui ht, ui len, ui iRow, float *d_C );
void MFcu_Row_mulC( fMatrix h_MA, ui ht, ui len, ui iRow, float C );
CUDA function Pascal/Delphiuses MFstd;
function cudaMF_Row_mulC( d_MA:fMatrix; ht, len, iRow:UIntSize; C:Single ): IntBool;
function cusdMF_Row_mulC( d_MA:fMatrix; ht, len, iRow:UIntSize; d_C:PSingle ): IntBool;
procedure MFcu_Row_mulC( h_MA:fMatrix; ht, len, iRow:UIntSize; C:Single );
DescriptionMAiRow,i *= C,  i=0,...,len-1
See alsoMF_Col_mulC,   MF_Dia_mulC,   MF_Row_mulV,   chapter 6

MatrixLib Table of Contents  OptiVec home