MF_Row_extract MD_Row_extract ME_Row_extract
MCF_Row_extract MCD_Row_extract MCE_Row_extract
MI_Row_extractMBI_Row_extractMSI_Row_extractMLI_Row_extractMQI_Row_extract
MU_Row_extractMUB_Row_extractMUS_Row_extractMUL_Row_extractMUQ_Row_extract
Functioncopy one row into a vector
Syntax C/C++#include <MFstd.h>
void MF_Row_extract( fVector Y, fMatrix MA, ui ht, ui len, ui iRow );
C++ MatObj#include <OptiVec.h>
void vector<T>::Row_extract( const matrix<T>& MA, const ui iRow );
Pascal/Delphiuses MFstd;
procedure MF_Row_extract( Y:fVector; MA:fMatrix; ht, len, iRow:UIntSize );
CUDA function C/C++#include <cudaMFstd.h>
int cudaMF_Row_extract( fVector d_Y, fMatrix d_MA, ui ht, ui len, ui iRow );
void MFcu_Row_extract( fVector h_Y, fMatrix h_MA, ui ht, ui len, ui iRow );
CUDA function Pascal/Delphiuses MFstd;
function cudaMF_Row_extract( d_Y:fVector; d_MA:fMatrix; ht, len, iRow:UIntSize ): IntBool;
procedure MFcu_Row_extract( h_Y:fVector; h_MA:fMatrix; ht, len, iRow:UIntSize );
DescriptionXi = MAiRow,i,  i=0,...,len-1
See alsoMF_Row_equV,   MF_Row_insert  chapter 5

MatrixLib Table of Contents  OptiVec home