quadratic_real Class Reference

#include <poly.h>

Inheritance diagram for quadratic_real:

quadratic_real_coeff gsl_quadratic_real_coeff poly_real_coeff quadratic_complex gsl_poly_real_coeff poly_complex quadratic_std_complex

Detailed Description

Solve a quadratic polynomial with real coefficients and real roots.

Definition at line 59 of file poly.h.


Public Member Functions

virtual ~quadratic_real ()
virtual int solve_r (const double a2, const double b2, const double c2, double &x1, double &x2)
 Solves the polynomial $ a_2 x^2 + b_2 x + c_2 = 0 $ giving the two solutions $ x=x_1 $ and $ x=x_2 $ .
const char * type ()
 Return a string denoting the type ("quadratic_real").

The documentation for this class was generated from the following file:

Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.

Project hosting provided by SourceForge.net Logo, O2scl Sourceforge Project Page