Example #1
0
  /** Test method for {@link xal.tools.math.r2.R2x2#newZero()}. */
  @Test
  public void testZero() {
    R2x2 matTest = R2x2.newZero();

    //		fail("Not able to create a zero matrix");
  }