package edu.mines.jtk.opt.test; import java.util.Random; import junit.framework.TestCase; import junit.framework.TestSuite; import edu.mines.jtk.opt.*; import edu.mines.jtk.util.Almost; /** Unit tests for edu.mines.jtk.opt.ArrayVect1fs. */ public class ArrayVect1fsTest extends TestCase { /** Run test code. */ public void testAll () { Random random = new Random(32525); { ArrayVect1f[] data = new ArrayVect1f[5]; for (int j=0; j