Calculates the value sum of each row vector.
Namespace: Altaxo.Calc.LinearAlgebra.ComplexAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override Vector<Complex> RowSums()
Return Value
VectorComplexA vector containing the sum of each row.
See Also