Sparse Compressed Column Matrix<T>.Get Column Sums Method
Returns the sums of the components of each column of the matrix.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A DenseVector<T> whose elements are the sum of the corresponding column of the matrix.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public override Vector<T> GetColumnSums()
Return Value
Vector<T>A DenseVector<T> whose elements are the sum of the corresponding column of the matrix.