/**************************************************************************** Copyright (c) 2003, Landmark Graphics and others. All rights reserved. This program and accompanying materials are made available under the terms of the Common Public License - v1.0, which accompanies this distribution, and is available at http://www.eclipse.org/legal/cpl-v10.html ****************************************************************************/ 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; /** Wrap edu.mines.jtk.opt.ArrayVect1 for junit testing. (junit.jar must be in CLASSPATH) */ public class ArrayVect1Test extends TestCase { /** Run unit tests. @throws Exception any test failure */ public void testAll() throws Exception { double[] a = new double[31]; for (int i=0; i