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

◆ mypromote() [22/27]

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

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

400{
401 (void) R;
402 S.set_from_RRR(fS, fR);
403 return true;
404}
bool set_from_RRR(ElementType &result, const ARingRRR::ElementType &a) const

References M2::ARingCCC::set_from_RRR().