Matrix.toPrettyString

Returns the current matrix as pretty formatted string.

struct Matrix(type, int rows_, int cols_)
string
toPrettyString
()
if (
(rows_ > 0) &&
(cols_ > 0)
)

Meta