| Icon | Member | Description |
|---|---|---|
| ToString()()() |
Get the string representation of this matrix. Given matrix
[a b c]
[d e f]
the string returned will be [ [a b c] [d e f] ]
(Overrides Object.ToString()()().) | |
| ToString(Boolean) |
String representation of the matrix- possibly with new lines
|