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: 10.3.0
C#
The sum of the elements of the matrix.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
public virtual T Sum()Return Value
TThe sum of the elements of the matrix.