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

◆ mypromote() [1/27]

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

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

448{
449 (void) R;
450 S.set(fS, fR);
451 return true;
452}
void set(ElementType &result, const ElementType &a) const
Definition aring-CC.hpp:157

References M2::ARingCC::set().