function SumCols(const X: TMtx): Vector;
Returns the sum of matrix columns.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx |
Returns: Vector
Remarks:
Internally calls Matrix.SumCols
Returns the sum of matrix columns.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx |
Returns: Vector
Internally calls Matrix.SumCols