MF_Row_subV MD_Row_subV ME_Row_subV
MCF_Row_subV MCD_Row_subV MCE_Row_subV
Functionelement-wise subtraction of a vector from one row
Syntax C/C++#include <MFstd.h>
void MF_Row_subV( fMatrix MA, ui ht, ui len, ui iRow, fVector X );
C++ MatObj#include <OptiVec.h>
void matrix<T>::Row_subrV( const ui iRow, const vector<T>& X);
Pascal/Delphiuses MFstd;
procedure MF_Row_subV( MA:fMatrix; ht, len, iRow:UIntSize; X:fVector );
CUDA function C/C++#include <cudaMFstd.h>
int cudaMF_Row_subV( fMatrix d_MA, ui ht, ui len, ui iRow, fVector d_X );
void MFcu_Row_subV( fMatrix h_MA, ui ht, ui len, ui iRow, fVector h_X );
CUDA function Pascal/Delphiuses MFstd;
function cudaMF_Row_subV( d_MA:fMatrix; ht, len, iRow:UIntSize; d_X:fVector ): IntBool;
procedure MFcu_Row_subV( h_MA:fMatrix; ht, len, iRow:UIntSize; h_X:fVector );
DescriptionMAiRow,i -= Xi,  i=0,...,len-1
See alsoMF_Row_subC,   MF_Col_subV,   MF_Dia_subV,   MF_Row_subrV,   chapter 6

MatrixLib Table of Contents  OptiVec home