Macaulay2 Engine
Loading...
Searching...
No Matches
◆
rawGroebnerWalk()
Computation
* rawGroebnerWalk
(
const
Matrix
*
gb
,
const
MonomialOrdering
*
order1
)
Definition at line
218
of file
groebner.cpp
.
220
{
221
try
222
{
223
return
GBWalker::create
(
gb
, order1);
224
}
catch
(
const
exc::engine_error
& e)
225
{
226
ERROR
(e.what());
227
return
nullptr
;
228
}
229
}
GBWalker::create
static GBWalker * create(MarkedGB *G0, long **order1, long **order2)
gb
void gb(IntermediateBasis &F, int n)
Definition
franzi-gb.cpp:434
ERROR
const int ERROR
Definition
m2-mem.cpp:55
exc::engine_error
Definition
exceptions.hpp:42
References
GBWalker::create()
,
ERROR
,
gb()
, and
Matrix
.
Macaulay2
e
interface
groebner.cpp
Generated on
for Macaulay2 Engine by
1.15.0