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