MF_Col_extract MD_Col_extract ME_Col_extract
MCF_Col_extract MCD_Col_extract MCE_Col_extract
MI_Col_extractMBI_Col_extractMSI_Col_extractMLI_Col_extractMQI_Col_extract
MU_Col_extractMUB_Col_extractMUS_Col_extractMUL_Col_extractMUQ_Col_extract
Functioncopy one column into a vector
Syntax C/C++#include <MFstd.h>
void MF_Col_extract( fVector Y, fMatrix MA, ui ht, ui len, ui iCol );
C++ MatObj#include <OptiVec.h>
void vector<T>::Col_extract( const matrix<T>& MA, const ui iCol );
Pascal/Delphiuses MFstd;
procedure MF_Col_extract( Y:fVector; MA:fMatrix; ht, len, iCol:UIntSize );
CUDA function C/C++#include <cudaMFstd.h>
int cudaMF_Col_extract( fVector d_Y, fMatrix d_MA, ui ht, ui len, ui iCol );
void MFcu_Col_extract( fVector h_Y, fMatrix h_MA, ui ht, ui len, ui iCol );
CUDA function Pascal/Delphiuses MFstd;
function cudaMF_Col_extract( d_Y:fVector; d_MA:fMatrix; ht, len, iCol:UIntSize ): IntBool;
procedure MFcu_Col_extract( h_Y:fVector; h_MA:fMatrix; ht, len, iCol:UIntSize );
DescriptionYi = MAi,iCol,  i=0,...,ht-1
See alsoMF_Row_extract,   MF_Dia_extract,   MF_Col_equV,   chapter 3

MatrixLib Table of Contents  OptiVec home