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

◆ mylift() [12/16]

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

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

557{
558 R.set(result_gR, S.realPartReference(gS));
559 return (R.is_zero(S.imaginaryPartReference(gS)));
560}
const ARingRRR::ElementType & realPartReference(const ElementType &a) const
const ARingRRR::ElementType & imaginaryPartReference(const ElementType &a) const
bool is_zero(const ElementType &f) const
Definition aring-RRR.hpp:96
void set(ElementType &result, const ElementType &a) const

References M2::ARingCCC::imaginaryPartReference(), M2::ARingRRR::is_zero(), M2::ARingCCC::realPartReference(), and M2::ARingRRR::set().