@Test
 public void testGetRows() {
   assertTrue(matrixA.getRows() == A.length);
 }