MF_Row_equV MD_Row_equV ME_Row_equV
MCF_Row_equV MCD_Row_equV MCE_Row_equV
MI_Row_equVMBI_Row_equVMSI_Row_equVMLI_Row_equVMQI_Row_equV
MU_Row_equVMUB_Row_equVMUS_Row_equVMUL_Row_equVMUQ_Row_equV
Functioncopy a vector into one row
Syntax C/C++#include <MFstd.h>
void MF_Row_equV( fMatrix MA, ui ht, ui len, ui iRow, fVector X );
C++ MatObj#include <OptiVec.h>
void matrix<T>::Row_equV( const ui iRow, const vector<T>& X);
Pascal/Delphiuses MFstd;
procedure MF_Row_equV( MA:fMatrix; ht, len, iRow:UIntSize; X:fVector );
CUDA function C/C++#include <cudaMFstd.h>
int cudaMF_Row_equV( fMatrix d_MA, ui ht, ui len, ui iRow, fVector d_X );
void MFcu_Row_equV( fMatrix h_MA, ui ht, ui len, ui iRow, fVector h_X );
CUDA function Pascal/Delphiuses MFstd;
function cudaMF_Row_equV( d_MA:fMatrix; ht, len, iRow:UIntSize; d_X:fVector ): IntBool;
procedure MFcu_Row_equV( h_MA:fMatrix; ht, len, iRow:UIntSize; h_X:fVector );
DescriptionMAiRow,i = Xi,  i=0,...,len-1
See alsoMF_Col_equV,   MF_Dia_equV,   MF_Row_equC,   chapter 3

MatrixLib Table of Contents  OptiVec home