SparseMatrix<T>.GetColumnSums Method

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

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public override Vector<T> GetColumnSums()

Return Value

Vector<T>
A DenseVector<T> whose elements are the sum of the corresponding column of the matrix.

See Also