| MF_Rows_prod
| MD_Rows_prod |
ME_Rows_prod |
| MCF_Rows_prod |
MCD_Rows_prod |
MCE_Rows_prod |
|
| Function | products over all elements of each individual row, stored in a column vector |
|
| Syntax C/C++ | #include <MFstd.h>
void MF_Rows_prod(fVector Y, fMatrix MA, ui ht, ui len ); |
| C++ MatObj | #include <OptiVec.h>
void vector<T>::Rows_prod( const matrix<T>& MA ); |
| Pascal/Delphi | uses MFstd;
procedure MF_Rows_prod(Y:fVector; MA:fMatrix; ht, len:UIntSize ); |
|
| Description | Yi = prod( MAi,j, j=0,...,len-1), i=0,...,ht-1 |
|
|