| 
    ARTS
    2.0.49
    
   | 
 
Contains the code to determine roots of polynomials. More...
Go to the source code of this file.
Functions | |
| int | poly_root_solve (Matrix &roots, Vector &coeffs) | 
Contains the code to determine roots of polynomials.
Definition in file poly_roots.h.
Definition at line 341 of file poly_roots.cc.
References ConstVectorView::mdata, ConstMatrixView::mdata, ConstMatrixView::ncols(), ConstVectorView::nelem(), and ConstMatrixView::nrows().
Referenced by main(), and plevel_crossing_2d().