Matrix.toString

Returns the current matrix formatted as flat string.

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

Meta