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

◆ mylift() [4/16]

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

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

613{
614 (void) S;
615 R.set(result_gR, gS);
616 return true;
617}
void set(ElementType &result, const ElementType &a) const

References M2::ARingCCC::set().