00001 /* Copyright (C) 2002-2008 Oliver Lemke <olemke@core-dump.info> 00002 00003 This program is free software; you can redistribute it and/or modify it 00004 under the terms of the GNU General Public License as published by the 00005 Free Software Foundation; either version 2, or (at your option) any 00006 later version. 00007 00008 This program is distributed in the hope that it will be useful, 00009 but WITHOUT ANY WARRANTY; without even the implied warranty of 00010 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00011 GNU General Public License for more details. 00012 00013 You should have received a copy of the GNU General Public License 00014 along with this program; if not, write to the Free Software 00015 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 00016 USA. */ 00017 00018 00019 00021 // File description 00023 00032 #ifndef poly_roots_h 00033 #define poly_roots_h 00034 00035 #include "arts.h" 00036 #include "matpackI.h" 00037 00038 int 00039 poly_root_solve (Matrix& roots, Vector& coeffs); 00040 00041 #endif /* poly_roots_h */