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

◆ from_coefficient()

void FreeAlgebraQuotient::from_coefficient ( Poly & result,
const ring_elem a ) const

Definition at line 43 of file FreeAlgebraQuotient.cpp.

44{
45 mFreeAlgebra.from_coefficient(result, a);
47}
const FreeAlgebra & mFreeAlgebra
void normalizeInPlace(Poly &f) const
VALGRIND_MAKE_MEM_DEFINED & result(result)

References mFreeAlgebra, normalizeInPlace(), and result().

Referenced by M2FreeAlgebraQuotient::from_coefficient(), from_int(), from_long(), and from_rational().