Produces the representation of the matrix for the Python interactive console.

Namespace: Meta.Numerics.Matrices
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 2.1.0.0 (2.1.0.0)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public string __repr__()
Public Function __repr__ As String
public:
String^ __repr__()
member __repr__ : unit -> string 

Return Value

A string representation of the matrix.

See Also