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

◆ mylift() [1/16]

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

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

641{
642 (void) S;
643 R.set(result_gR, gS);
644 return true;
645}
void set(ElementType &result, const ElementType &a) const
Definition aring-CC.hpp:157

References M2::ARingCC::set().