Class quadratic_real_coeff_gsl (o2scl)

O2scl : Class List

class quadratic_real_coeff_gsl : public o2scl::quadratic_real_coeff<>

Solve a quadratic with real coefficients and complex roots (GSL)

Public Functions

virtual int solve_rc(const double a, const double b, const double c, std::complex<double> &x1, std::complex<double> &x2)

Solves the polynomial \( a_2 x^2 + b_2 x + c_2 = 0 \) giving the two complex solutions \( x=x_1 \) and \( x=x_2 \).