![]() |
Go to the source code of this file.
Data Structures | |
| class | vandermonde |
| vandermonde system solver for interpolating polynomials from their values More... | |
| class | rootContainer |
| complex root finder for univariate polynomials based on laguers algorithm More... | |
| class | rootArranger |
| class | simplex |
| Linear Programming / Linear Optimization using Simplex - Algorithm. More... | |
Macros | |
| #define | PM_NONE 0 |
| #define | PM_POLISH 1 |
| #define | PM_CORRUPT 2 |
| #define | SIMPLEX_EPS 1.0e-12 |
Typedefs | |
| typedef slists * | lists |
| #define PM_CORRUPT 2 |
Definition at line 21 of file mpr_numeric.h.
| #define PM_NONE 0 |
Definition at line 19 of file mpr_numeric.h.
| #define PM_POLISH 1 |
Definition at line 20 of file mpr_numeric.h.
| #define SIMPLEX_EPS 1.0e-12 |
Definition at line 181 of file mpr_numeric.h.
Definition at line 146 of file mpr_numeric.h.