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