| MCF_equ0 |
MCD_equ0 |
MCE_equ0 |
|
| Function | initialize a matrix with all elements set to 0 |
|
| Syntax C/C++ | #include <MFstd.h>
void MF_equ0( fMatrix MA, unsigned ht, unsigned len ); |
| C++ MatObj | #include <OptiVec.h>
void matrix<T>::equ0( ); |
| Pascal/Delphi | uses MFstd;
procedure MF_equ0( MA:fMatrix; ht, len:UInt ); |
|
|
|