Click or drag to resize

NMathFunctionsSum(FloatComplexMatrix) Method

Computes the sum of the matrix columns.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static FloatComplexVector Sum(
	FloatComplexMatrix A
)

Parameters

A  FloatComplexMatrix
A matrix.

Return Value

FloatComplexVector
A vector.
Remarks
v[j] = A[0,j] + A[1,j] + ... + A[i,j]
See Also