Package mikera.vectorz

Examples of mikera.vectorz.TestVectors


    for (int i=1; i<30; i++) {
      Random r=new Random();
      r.setSeed(i);
      AVector v=Testing.createTestVector(i, r);
      assertEquals(i,v.length());
      new TestVectors().doGenericTests(v);
    }
  }
View Full Code Here

TOP

Related Classes of mikera.vectorz.TestVectors

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.