Click or drag to resize

MatrixRowAbsoluteSums Method

Calculates the absolute value sum of each row vector.

Namespace: Altaxo.Calc.LinearAlgebra.Complex
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override Vector<Complex> RowAbsoluteSums()

Return Value

VectorComplex
A vector containing the absolute value sum of each row.
See Also