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

◆ mypromote() [26/27]

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

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

380{
381 (void) R;
382 S.set(fS, fR);
383 return true;
384}
void set(ElementType &result, const ElementType &a) const

References M2::ARingRRR::set().