ARTS  2.3.1285(git:92a29ea9-dirty)
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 
)

Definition at line 90 of file poly_roots.cc.

Referenced by main(), rslope_crossing2d(), and rslope_crossing3d().