Click or drag to resize

MatrixColumnSums Method

Calculates the value sum of each column 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> ColumnSums()

Return Value

VectorComplex
A vector containing the sum of each column.
See Also