ARTS  2.2.66
poly_roots.h File Reference

Contains the code to determine roots of polynomials. More...

#include "arts.h"
#include "matpackI.h"

Go to the source code of this file.

Functions

int poly_root_solve (Matrix &roots, Vector &coeffs)
 

Detailed Description

Contains the code to determine roots of polynomials.

Author
Oliver Lemke
Date
2000-03-06

Definition in file poly_roots.h.

Function Documentation

◆ poly_root_solve()

int poly_root_solve ( Matrix roots,
Vector coeffs 
)