Matrix<T>.GetRowSums Method

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

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public virtual Vector<T> GetRowSums()

Return Value

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

See Also