| MF_Row_equ0
| MD_Row_equ0 |
ME_Row_equ0 |
| MCF_Row_equ0 |
MCD_Row_equ0 |
MCE_Row_equ0 |
|
| Function | initialize 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/Delphi | uses MFstd;
procedure MF_Row_equ0( MA:fMatrix; ht, len, iRow:UInt ); |
|
| Description | MAiRow,i = 0, i=0,...,len-1 |
|
|