| Syntax C/C++ | #include <MFstd.h>
void VF_mulM( fVector Y, fVector X, fMatrix MA, unsigned htA, unsigned lenA ); |
| C++ MatObj | #include <OptiVec.h>
void vector<T>::mulM( const vector<T>& X, const matrix<T>& MA ); |
| Pascal/Delphi | uses MFstd;
procedure VF_mulM( Y, X:fVector; MA:fMatrix; htA, lenA:UInt ); |
|