MF_Col_equ0 MD_Col_equ0 ME_Col_equ0
MCF_Col_equ0 MCD_Col_equ0 MCE_Col_equ0
Functionset all elements of one column to zero
Syntax C/C++#include <MFstd.h>
void MF_Col_equ0( fMatrix MA, unsigned ht, unsigned len, unsigned iCol );
C++ MatObj#include <OptiVec.h>
void matrix<T>::Col_equ0( const unsigned iCol );
Pascal/Delphiuses MFstd;
procedure MF_Col_equ0( MA:fMatrix; ht, len, iCol:UInt );
DescriptionMAi,iCol = 0,  i=0,...,ht-1
See alsoMF_Col_equC,   MF_Row_equ0,   MF_Dia_equ0,   chapter 6

MatrixLib Table of Contents  OptiVec home