Class quadratic_complex_std (o2scl)¶
-
class
o2scl
::
quadratic_complex_std
: public o2scl::quadratic_complex¶ Solve a quadratic with complex coefficients and complex roots.
Public Functions
-
~quadratic_complex_std
()¶
-
int
solve_c
(const std::complex<double> a2, const std::complex<double> b2, const std::complex<double> c2, std::complex<double> &x1, std::complex<double> &x2)¶ Solves the complex polynomial \( a_2 x^2 + b_2 x + c_2 = 0 \) giving the two complex solutions \( x=x_1 \) and \( x=x_2 \).
-
const char *
type
()¶ Return a string denoting the type (“quadratic_complex_std”)
-