SparseVector<T>.Sum Method

Gets the sum of the elements of the vector.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public override T Sum()

Return Value

T
The sum of the components.

See Also