This is a matrix
._1 is the Matrix[A] values, stored as a single contiguous array ._2 is the dimensions ._2._1 is the number of rows ._2._2 is the number of columns. You can access the raw array with the .raw method which inlines to the tuple call.
Storage is column major.