package edu.mines.jtk.opt.test; 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.ArrayVect3f. */ public class ArrayVect3fTest extends TestCase { /** Run test code. */ public void testAll () { float[][][] a = new float[13][17][11]; for (int i=0; i