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

◆ mypromote() [7/27]

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

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

487{
488 S.set(fS, fR);
489 return true;
490}
void set(ElementType &result, const ElementType &a) const

References M2::ARingCCi::set().