Frobby
0.9.5
|
This class has static methods that return various ideals. More...
#include <IdealFactory.h>
Static Public Member Functions | |
static VarNames | ring_xyzt () |
Returns the ring in the four variables , , and . More... | |
static BigIdeal | xx_yy_xz_yz () |
Returns . More... | |
static BigIdeal | x_y () |
Returns . More... | |
static BigIdeal | x_y_z () |
Returns . More... | |
static BigIdeal | xyzzz_xxyy () |
Returns . More... | |
static BigIdeal | xyz_xxyy () |
Returns . More... | |
static BigIdeal | xx_yy_z () |
Returns . More... | |
static BigIdeal | xy_xxyyz () |
Returns . More... | |
static BigIdeal | xx_yy_zz_t_xz_yz () |
Returns . More... | |
static BigIdeal | xy_z () |
Returns . More... | |
static BigIdeal | xy_xz () |
Returns . More... | |
static BigIdeal | xy () |
Returns . More... | |
static BigIdeal | z () |
Returns . More... | |
static BigIdeal | wholeRing (size_t varCount) |
Returns in the ring VarNames(varCount). More... | |
static BigIdeal | zeroIdeal (size_t varCount) |
Returns the ideal in the ring VarNames(varCount). More... | |
static vector< BigIdeal > | irrdecom_xx_yy_xz_yz () |
Returns the irreducible decomposition of . More... | |
static vector< BigIdeal > | assoprimes_xx_yy_xz_yz () |
Returns the associated primes of . More... | |
static vector< mpz_class > | makeTerm (int a, int b, int c, int d) |
Returns a vector representing . More... | |
static vector< mpz_class > | makeTerm (int a) |
Returns a vector representing . More... | |
This class has static methods that return various ideals.
This provides a convenient way to obtain ideals for tests. The data returned by this class is all in a canonical form suitable for comparison using operator==().
Definition at line 30 of file IdealFactory.h.
|
static |
Returns the associated primes of .
Definition at line 141 of file IdealFactory.cpp.
|
static |
Returns the irreducible decomposition of .
Definition at line 133 of file IdealFactory.cpp.
|
static |
Returns a vector representing .
Definition at line 168 of file IdealFactory.cpp.
|
static |
Returns a vector representing .
Definition at line 159 of file IdealFactory.cpp.
|
static |
Returns the ring in the four variables , , and .
This ring is used for the ideals returned by the methods of this class unless otherwise noted.
Definition at line 22 of file IdealFactory.cpp.
|
static |
Returns in the ring VarNames(varCount).
Definition at line 149 of file IdealFactory.cpp.
|
static |
Returns .
Definition at line 41 of file IdealFactory.cpp.
|
static |
Returns .
Definition at line 49 of file IdealFactory.cpp.
|
static |
Returns .
Definition at line 31 of file IdealFactory.cpp.
|
static |
Returns .
Definition at line 74 of file IdealFactory.cpp.
|
static |
Returns .
Definition at line 91 of file IdealFactory.cpp.
|
static |
Returns .
Definition at line 119 of file IdealFactory.cpp.
|
static |
Returns .
Definition at line 83 of file IdealFactory.cpp.
|
static |
Returns .
Definition at line 111 of file IdealFactory.cpp.
|
static |
Returns .
Definition at line 103 of file IdealFactory.cpp.
|
static |
Returns .
Definition at line 66 of file IdealFactory.cpp.
|
static |
Returns .
Definition at line 58 of file IdealFactory.cpp.
|
static |
Returns .
Definition at line 126 of file IdealFactory.cpp.
|
static |
Returns the ideal in the ring VarNames(varCount).
Definition at line 155 of file IdealFactory.cpp.