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

◆ eval()

ring_elem FreeAlgebraQuotient::eval ( const RingMap * map,
const Poly & f,
int first_var ) const

Definition at line 143 of file FreeAlgebraQuotient.cpp.

144{
145 // For now, just call the freeAlgebra eval function, and normalize at the end.
146 // Not sure there is a better way unless we move part of eval out.
147 return mFreeAlgebra.eval(map,f,first_var);
148}
const FreeAlgebra & mFreeAlgebra

References mFreeAlgebra.

Referenced by M2FreeAlgebraQuotient::eval().