| carl
    25.04
    Computer ARithmetic Library | 
#include <vector>

Go to the source code of this file.
| Namespaces | |
| carl | |
| carl is the main namespace for the library. | |
| carl::roots | |
| carl::roots::eigen | |
| Functions | |
| std::vector< double > | carl::roots::eigen::root_approximation (const std::vector< double > &coeffs) | 
| Compute approximations of the real roots of the univariate polynomials with the given coefficients.  More... | |