Click or drag to resize

MatrixTColumnSums Method

Calculates the value sum of each column vector.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public abstract Vector<T> ColumnSums()

Return Value

VectorT
A vector containing the column sums.
See Also