|
carl
25.04
Computer ARithmetic Library
|
#include "EigenWrapper.h"#include <eigen3/Eigen/Dense>#include <eigen3/Eigen/Eigenvalues>#include <cmath>#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... | |