void SumCols(TVec *Dst) const;
The sum of each of the calling matrix columns.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TVec * |
Remarks:
Calculates the sum of each of the calling matrix columns and stores the results in Dst vector. The Matrix::Length and Matrix::Complex properties of the Dst vector are adjusted automatically.
See Also: Matrix::SumRows
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler