Sparse Compressed Column Matrix<T>.Sum Method
Returns the sum of the elements of the matrix.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The sum of the elements of the matrix.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public override T Sum()
Return Value
TThe sum of the elements of the matrix.