MatrixInt::SumCols Method

void SumCols(TVecInt *Dst) const;

Calculates the sum of each of the calling matrix columns.

#NameTypeDescription
1DstTVecInt *
Remarks:

Calculates the sum of each of the calling matrix columns and stores the results in Dst vector. The TMtxVecBase::Length and TMtxVecInt::IntPrecision properties of the Dst vector are adjusted automatically.

See Also: MatrixInt::SumRows
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler