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

◆ list_form()

engine_RawArrayPairOrNull M2FreeAlgebraQuotient::list_form ( const Ring * coeffR,
const ring_elem f ) const
virtual

Definition at line 330 of file M2FreeAlgebraQuotient.cpp.

331{
332 // Either coeffR should be the actual coefficient ring (possible a "toField"ed ring)
333 // or a polynomial ring. If not, NULL is returned and an error given
334 // In the latter case, the last set of variables are part of
335 // the coefficients.
336 return m2FreeAlgebra().list_form(coeffR, ff);
337}
virtual engine_RawArrayPairOrNull list_form(const Ring *coeffR, const ring_elem f) const
const M2FreeAlgebra & m2FreeAlgebra() const

References M2FreeAlgebra::list_form(), m2FreeAlgebra(), and Ring::Ring().