EvaluatePolynomial(k_polynomial_, root)).real();
VectorXd deflated_polynomial, deflated_k_polynomial;
- double polynomial_at_root, k_polynomial_at_root;
+ double polynomial_at_root = std::numeric_limits<double>::max();
+ double k_polynomial_at_root;
// This container maintains a history of the predicted roots. The convergence
// of the algorithm is determined by the convergence of the root value.