Matrix<T>.GetColumnSums Method

Returns the sums of the elements of each column of the matrix.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public virtual Vector<T> GetColumnSums()

Return Value

Vector<T>
A DenseVector<T> whose elements are the sum of the corresponding column of the matrix.

See Also