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

◆ mylift() [15/16]

bool M2::mylift ( const ARingRRR & R,
const ARingRRR & S,
ARingRRR::ElementType & result_gR,
const ARingRRR::ElementType & gS )
inline

Definition at line 544 of file aring-translate.hpp.

548{
549 (void) S;
550 R.set(result_gR, gS);
551 return true;
552}
void set(ElementType &result, const ElementType &a) const

References M2::ARingRRR::set().