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
Funktioneine Zeile in einen Vektor kopieren
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-Funktion 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-Funktion 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 );
BeschreibungXi = MAiRow,i,  i=0,...,len-1
QuerverweisMF_Row_equV,   MF_Row_insert  Kap. 5

MatrixLib Inhaltsverzeichnis  OptiVec Home