@Test
 public void testGetColumns() {
   assertTrue(matrixA.getColumns() == A[0].length);
 }