#include "polynomial_root.h"#include <complex>Defines | |
| #define | EPSS 1.0e-7 |
| #define | MR 8 |
| #define | MT 10 |
| #define | MAXIT (MT*MR) |
| #define | EPS 2.0e-6 |
| #define | MAXM 100 |
Typedefs | |
| typedef complex< float > | Complex |
Functions | |
| void | laguer (Complex a[], int m, Complex *x, int *its) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||
|
|
1.4.6