![]() |
#include "kernel/numeric/mpr_numeric.h"
Go to the source code of this file.
Data Structures | |
class | resMatrixBase |
Base class for sparse and dense u-Resultant computation. More... | |
class | uResultant |
Base class for solving 0-dim poly systems using u-resultant. More... | |
Macros | |
#define | SNONE -1 |
#define | SFREE -2 |
Enumerations | |
enum | mprState { mprOk, mprWrongRType, mprHasOne, mprInfNumOfVars, mprNotReduced, mprNotZeroDim, mprNotHomog, mprUnSupField } |
Functions | |
uResultant::resMatType | determineMType (int imtype) |
mprState | mprIdealCheck (const ideal theIdeal, const char *name, uResultant::resMatType mtype, BOOLEAN rmatrix=false) |
ideal | loNewtonPolytope (const ideal id) |
Variables | |
size_t | gmp_output_digits |
#define SFREE -2 |
Definition at line 15 of file mpr_base.h.
#define SNONE -1 |
Definition at line 14 of file mpr_base.h.
enum mprState |
Enumerator | |
---|---|
mprOk | |
mprWrongRType | |
mprHasOne | |
mprInfNumOfVars | |
mprNotReduced | |
mprNotZeroDim | |
mprNotHomog | |
mprUnSupField |
Definition at line 96 of file mpr_base.h.
uResultant::resMatType determineMType | ( | int | imtype | ) |
ideal loNewtonPolytope | ( | const ideal | id | ) |
Definition at line 3192 of file mpr_base.cc.
mprState mprIdealCheck | ( | const ideal | theIdeal, |
const char * | name, | ||
uResultant::resMatType | mtype, | ||
BOOLEAN | rmatrix = false |
||
) |
size_t gmp_output_digits |
Definition at line 43 of file mpr_complex.cc.