MF_equ0 MD_equ0 ME_equ0
MCF_equ0 MCD_equ0 MCE_equ0
Functioninitialize 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/Delphiuses MFstd;
procedure MF_equ0( MA:fMatrix; ht, len:UInt );
DescriptionMAi,j = 0
See alsoMF_equ1,   MF_equM,   chapter 3

MatrixLib Table of Contents  OptiVec home