Macaulay2 Engine
Loading...
Searching...
No Matches
◆
IM2_RingElement_lead_monomial()
const
EngineMonomial
* IM2_RingElement_lead_monomial
(
int
nvars
,
const
RingElement
*
a
)
Definition at line
615
of file
ringelement.cpp
.
618
{
619
try
620
{
621
return
a->
lead_monom
(nvars);
622
}
catch
(
const
exc::engine_error
& e)
623
{
624
ERROR
(e.what());
625
return
nullptr
;
626
}
627
}
RingElement::lead_monom
EngineMonomial * lead_monom(int nvars) const
Definition
relem.cpp:197
ERROR
const int ERROR
Definition
m2-mem.cpp:55
exc::engine_error
Definition
exceptions.hpp:42
References
ERROR
, and
RingElement::lead_monom()
.
Macaulay2
e
interface
ringelement.cpp
Generated on
for Macaulay2 Engine by
1.15.0