#include <math.h>
#include <gsl/gsl_math.h>
#include <gsl/gsl_complex.h>
#include <gsl/gsl_complex_math.h>
#include <gsl/gsl_poly.h>
Macros | |
#define | SWAP(a, b) do { gsl_complex tmp = b ; b = a ; a = tmp ; } while(0) |
Functions | |
int | gsl_poly_complex_solve_quartic (double a, double b, double c, double d, gsl_complex *z0, gsl_complex *z1, gsl_complex *z2, gsl_complex *z3) |
Definition at line 36 of file complex_quartic.h.