#include <poly.h>
Definition at line 362 of file poly.h.
Public Member Functions | |
virtual | ~poly_complex () |
virtual int | solve_c (int n, const std::complex< double > co[], std::complex< double > ro[]) |
Solve the n-th order polynomial. | |
virtual int | polish_c (int n, const std::complex< double > co[], std::complex< double > *ro) |
Polish the roots. | |
const char * | type () |
Return a string denoting the type ("poly_complex"). |
virtual int solve_c | ( | int | n, | |
const std::complex< double > | co[], | |||
std::complex< double > | ro[] | |||
) | [inline, virtual] |
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.
Project hosting provided by
,
O2scl Sourceforge Project Page