carl  24.04
Computer ARithmetic Library
carl::roots::eigen Namespace Reference

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...
 

Function Documentation

◆ root_approximation()

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.

Here is the caller graph for this function: