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