TMtx::MeanCols Method

void MeanCols(TVec *result);

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 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