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

◆ M2FreeAlgebraQuotient()

M2FreeAlgebraQuotient::M2FreeAlgebraQuotient ( const M2FreeAlgebra & F,
std::unique_ptr< FreeAlgebraQuotient > A )
private

Definition at line 45 of file M2FreeAlgebraQuotient.cpp.

47 : mM2FreeAlgebra(F),
48 mFreeAlgebraQuotient(std::move(A))
49{
50}
const M2FreeAlgebra & mM2FreeAlgebra
const std::unique_ptr< FreeAlgebraQuotient > mFreeAlgebraQuotient

References mFreeAlgebraQuotient, and mM2FreeAlgebra.

Referenced by cast_to_M2FreeAlgebraQuotient(), cast_to_M2FreeAlgebraQuotient(), and create().