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

◆ mypromote() [5/27]

bool M2::mypromote ( const ARingCCC & R,
const ARingCCC & S,
const ARingCCC::ElementType & fR,
ARingCCC::ElementType & fS )
inline

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

477{
478 (void) R;
479 S.set(fS, fR);
480 return true;
481}
void set(ElementType &result, const ElementType &a) const

References M2::ARingCCC::set().