MatrixRowAbsoluteSums Method |
Calculates the absolute value sum of each row vector.
Namespace: Altaxo.Calc.LinearAlgebra.Complex32Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override Vector<Complex32> RowAbsoluteSums()
Return Value
VectorComplex32A vector that contains the absolute row sums.
See Also