SparseCompressedColumnMatrix<T>.Sum Method

Returns the sum of the elements of the matrix.

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public override T Sum()

Return Value

T
The sum of the elements of the matrix.

See Also