Returns the sums of the elements of each row of the matrix.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual Vector<T> GetRowSums()
Public Overridable Function GetRowSums As Vector(Of T)
public:
virtual Vector<T>^ GetRowSums()
abstract GetRowSums : unit -> Vector<'T>
override GetRowSums : unit -> Vector<'T>
Return Value
Type:
VectorTA
DenseVectorT whose elements are the sum of the corresponding row of the matrix.
Reference