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.ArrayVect2f. */ public class ArrayVect2fTest extends TestCase { /** Run test code. */ public void testAll () { { float[][] a = new float[31][21]; for (int i=0; i