Matrix<T>.Get Row Sums Method
Returns the sums of the elements of each row of the matrix.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A DenseVector<T> whose elements are the sum of the corresponding row of the matrix.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public virtual Vector<T> GetRowSums()
Return Value
Vector<T>A DenseVector<T> whose elements are the sum of the corresponding row of the matrix.