Macaulay2 Engine
Loading...
Searching...
No Matches

◆ rawFactor()

void rawFactor ( const RingElement * f,
engine_RawRingElementArrayOrNull * result_factors,
M2_arrayintOrNull * result_powers )

Definition at line 737 of file factory.cpp.

740{
741 rawFactorBase(g, result_factors, result_powers);
742}
void rawFactorBase(const RingElement *g, engine_RawRingElementArrayOrNull *result_factors, M2_arrayintOrNull *result_powers, const RingElement *mipo=nullptr)
Definition factory.cpp:661

References rawFactorBase().