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