Matrix<T>.Summarize(SummaryOptions) Method

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

Definition

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

Parameters

options  SummaryOptions
 

Return Value

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

Implements

ISummarizable.Summarize(SummaryOptions)

See Also