| Syntax C/C++ | #include <MFstd.h>
void MF_subrMT( fMatrix MC, fMatrix MA, fMatrix MB, ui ht, ui len );
void MFs_subrMT( fMatrix MC, fMatrix MA, fMatrix MB, ui ht, ui len, float C ); |
| C++ MatObj | #include <OptiVec.h>
void matrix<T>::subrMT( const matrix<T>& MA, const matrix<T>& MB);
void matrix<T>::s_subrMT( const matrix<T>& MA, const matrix<T>& MB, const T& C); |
| Pascal/Delphi | uses MFstd;
procedure MF_subrMT( MC, MA, MB:fMatrix; ht, len:UIntSize );
procedure MFs_subrMT( MC, MA, MB:fMatrix; ht, len:UIntSize; C:Single ); |
|