ARTS
2.2.66
|
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 100 of file poly_roots.cc.
References ConstVectorView::mdata, ConstMatrixView::mdata, ConstMatrixView::ncols(), ConstVectorView::nelem(), ConstMatrixView::nrows(), and w().
Referenced by main(), rslope_crossing2d(), and rslope_crossing3d().