Matrix<T>.Get Column Sums Method
Returns the sums of the elements of each column of the matrix.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A DenseVector<T> whose elements are the sum of the corresponding column of the matrix.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public virtual Vector<T> GetColumnSums()
Return Value
Vector<T>A DenseVector<T> whose elements are the sum of the corresponding column of the matrix.