Matrix<T>.Summarize Method

Returns a summary of the contents of the matrix using the default summary options.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public string Summarize()

Return Value

String
A string that contains a human readable summary of the matrix.

Implements

ISummarizable.Summarize()

See Also