MF_Row_divV MD_Row_divV ME_Row_divV
MCF_Row_divV MCD_Row_divV MCE_Row_divV
Functionelement-wise division of one row of a matrix by a vector
Syntax C/C++#include <MFstd.h>
void MF_Row_divV( fMatrix MA, ui ht, ui len, ui iRow, fVector X );
C++ MatObj#include <OptiVec.h>
void matrix<T>::Row_divV( const ui iRow, const vector<T>& X);
Pascal/Delphiuses MFstd;
procedure MF_Row_divV( MA:fMatrix; ht, len, iRow:UIntSize; X:fVector );
CUDA function C/C++#include <cudaMFstd.h>
int cudaMF_Row_divV( fMatrix d_MA, ui ht, ui len, ui iRow, fVector d_X );
void MFcu_Row_divV( fMatrix h_MA, ui ht, ui len, ui iRow, fVector h_X );
CUDA function Pascal/Delphiuses MFstd;
function cudaMF_Row_divV( d_MA:fMatrix; ht, len, iRow:UIntSize; d_X:fVector ): IntBool;
procedure MFcu_Row_divV( h_MA:fMatrix; ht, len, iRow:UIntSize; h_X:fVector );
DescriptionMAiRow,i /= Xi,  i=0,...,len-1
See alsoMF_Col_divV,   MF_Dia_divV,   chapter 6

MatrixLib Table of Contents  OptiVec home