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

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

Syntax

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

Return Value

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