carl
24.04
Computer ARithmetic Library
|
Functions | |
std::vector< double > | root_approximation (const std::vector< double > &coeffs) |
Compute approximations of the real roots of the univariate polynomials with the given coefficients. More... | |
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.
This method internally constructs a companion matrix and computes the eigenvalues.
Definition at line 13 of file EigenWrapper.cpp.