My Project
0.0.16
QUCS Mapping
|
#include "qf_matrix.h"
Go to the source code of this file.
Classes | |
class | qf_poly |
Macros | |
#define | qf_double_t long double |
#define | SET_COMPLEX_PACKED(zp, n, r, i) *((zp)+2*(n)+0)=(r); *((zp)+2*(n)+1)=(i); |
#define | EPSILON 1.0842021724855044e-19 |
#define | ROOT_PREC 1e-9 |
#define | ROOT_TOL 1e-7 |
#define | RADIX 2 |
#define | RADIX2 (RADIX*RADIX) |
#define | MAX_ITERATIONS 60 |
Typedefs | |
typedef enum qf_poly_rep | qpr |
Enumerations | |
enum | qf_poly_rep { NONE = 0, ROOTS = 1, COEFF = 2, BOTH = 3 } |
Functions | |
qf_double_t | ROUND_ROOT (qf_double_t k) |
typedef enum qf_poly_rep qpr |
enum qf_poly_rep |
|
inline |