public void GetMat_ReturnsMatWrapperTo2DDenseArr() { var mat = arr.GetMat(true); Assert.AreEqual(Dim0, mat.Rows); }