void MeanRows(TVec *result) const;
Calculates the mean value of each of the matrix rows.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | result | TVec * |
Remarks:
Calculate the mean vale of each of the calling matrix rows and store the results in result vector. The Matrix::Length and Matrix::Complex properties of the result vector are adjusted automatically.
See Also: Matrix::MeanCols
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler