Click or drag to resize

MatrixRowAbsoluteSums Method

Calculates the absolute value sum of each row vector.

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

Return Value

VectorComplex32
A vector that contains the absolute row sums.
See Also