BasicMatrix.this

struct BasicMatrix(int columns, int rows, T = float)
this
(
T[columns * rows] data
)

Meta