Calculates the value sum of each column vector.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic abstract Vector<T> ColumnSums()
Return Value
VectorTA vector containing the column sums.
See Also