MF_Row_equ0 MD_Row_equ0 ME_Row_equ0
MCF_Row_equ0 MCD_Row_equ0 MCE_Row_equ0
Functioninitialize all elements of one row with zero
Syntax C/C++#include <MFstd.h>
void MF_Row_equ0( fMatrix MA, unsigned ht, unsigned len, unsigned iRow );
C++ MatObj#include <OptiVec.h>
void matrix<T>::Row_equ0( const unsigned iRow );
Pascal/Delphiuses MFstd;
procedure MF_Row_equ0( MA:fMatrix; ht, len, iRow:UInt );
DescriptionMAiRow,i = 0,  i=0,...,len-1
See alsoMF_Col_equ0,   MF_Dia_equ0,   MF_Row_equC,   chapter 3

MatrixLib Table of Contents  OptiVec home