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