Calculates the value sum of each column vector.
Namespace: Altaxo.Calc.LinearAlgebra.DoubleAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override Vector<double> ColumnSums()
Return Value
VectorDoubleA vector containing the column sums.
See Also