| Syntax C/C++ | #include <MFstd.h>
void MF_equM( fMatrix MB, fMatrix MA, unsigned ht, unsigned len ); |
| C++ MatObj | #include <OptiVec.h>
void matrix<T>::equM( const matrix<T>& MA ); |
| Pascal/Delphi | uses MFstd;
procedure MF_equM( MB, MA:fMatrix; ht, len:UInt ); |
|