Returns a summary of the contents of the matrix using the default summary options.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public string Summarize()
Public Function Summarize As String
public:
virtual String^ Summarize() sealed
abstract Summarize : unit -> string
override Summarize : unit -> string
Return Value
Type:
StringA string that contains a human readable summary of the matrix.
Implements
ISummarizableSummarize
Reference