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

◆ mylift() [3/16]

bool M2::mylift ( const ARingCCC & R,
const ARingCC & S,
ARingCCC::ElementType & result_gR,
const ARingCC::ElementType & gS )
inline

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

622{
623 (void) S;
624 R.set_from_complex_double(result_gR, gS.re, gS.im);
625 return true;
626}
bool set_from_complex_double(ElementType &result, double re, double im) const

References cc_doubles_struct::im, cc_doubles_struct::re, and M2::ARingCCC::set_from_complex_double().