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

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Overridable Function GetRowSums As GeneralVector
C#
public virtual GeneralVector GetRowSums ()
C++
public:
virtual GeneralVector^ GetRowSums ()

Return Value

A GeneralVector whose components are the sum of the corresponding row of the matrix.