#include <math.h>#include <stdio.h>#include "CouenneTypes.hpp"#include "CouennePrecisions.hpp"Include dependency graph for rootQ.cpp:

Go to the source code of this file.
Functions | |
| CouNumber | Q (register int k, CouNumber x) |
| CouNumber | rootQ (int k) |
Find roots of polynomial $Q^k(x) = . | |
| CouNumber rootQ | ( | int | k | ) |
Find roots of polynomial $Q^k(x) =
.
Used in convexification of powers with odd exponent
Definition at line 44 of file rootQ.cpp.
Referenced by Qroot::operator()().
1.4.7