Matrix::MeanCols Method

void MeanCols(TVec *result) const;

Calculates the mean value of each of the matrix columns.

#NameTypeDescription
1resultTVec *
Remarks:

Calculate the mean vale of each of the calling matrix columns and store the results in result vector. The Matrix::Length and Matrix::Complex properties of the result vector are adjusted automatically.

See Also: Matrix::MeanRows
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler