| MF_Rows_runsum
| MD_Rows_runsum |
ME_Rows_runsum |
| MCF_Rows_runsum |
MCD_Rows_runsum |
MCE_Rows_runsum |
|
| Function | running sum over row elements |
|
| Syntax C/C++ | #include <MFstd.h>
void MF_Rows_runsum( fMatrix MA, ui ht, ui len ); |
| C++ MatObj | #include <OptiVec.h>
void matrix<T>::Rows_runsum( ); |
| Pascal/Delphi | uses MFstd;
procedure MF_Rows_runsum( MA:fMatrix; ht, len:UIntSize ); |
|
| Description | For all rows separately, each element is the sum of itself and all preceding elements. |
|
|