Matrix<T>.Sum Method
Returns the sum of the elements of the matrix.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The sum of the elements of the matrix.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public virtual T Sum()
Return Value
TThe sum of the elements of the matrix.