ARTS
2.4.0(git:4fb77825)
poly_roots.h
Go to the documentation of this file.
1
/* Copyright (C) 2002-2012 Oliver Lemke <olemke@core-dump.info>
2
3
This program is free software; you can redistribute it and/or modify it
4
under the terms of the GNU General Public License as published by the
5
Free Software Foundation; either version 2, or (at your option) any
6
later version.
7
8
This program is distributed in the hope that it will be useful,
9
but WITHOUT ANY WARRANTY; without even the implied warranty of
10
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
GNU General Public License for more details.
12
13
You should have received a copy of the GNU General Public License
14
along with this program; if not, write to the Free Software
15
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
16
USA. */
17
19
// File description
21
30
#ifndef poly_roots_h
31
#define poly_roots_h
32
33
#include "
arts.h
"
34
#include "
matpackI.h
"
35
36
int
poly_root_solve
(
Matrix
& roots,
Vector
& coeffs);
37
38
#endif
/* poly_roots_h */
Matrix
The Matrix class.
Definition:
matpackI.h:1193
matpackI.h
Implementation of Matrix, Vector, and such stuff.
poly_root_solve
int poly_root_solve(Matrix &roots, Vector &coeffs)
Definition:
poly_roots.cc:90
Vector
The Vector class.
Definition:
matpackI.h:860
arts.h
The global header file for ARTS.
src
poly_roots.h
Generated on Thu Oct 15 2020 08:53:03 for ARTS by
1.8.20