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

◆ mypromote() [20/27]

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

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

420{
421 (void) R;
422 S.set(fS, fR);
423 return true;
424}
void set(ElementType &result, const ElementType &a) const

References M2::ARingRRi::set().