/**************************************************************************** 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 com.lgc.wsh.opt.test; import junit.framework.TestCase; import junit.framework.TestSuite; import com.lgc.wsh.opt.*; import com.lgc.wsh.util.Almost; /** Wrap com.lgc.wsh.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