Macaulay2 Engine
Loading...
Searching...
No Matches
◆
is_subset()
bool
M2::ARingCCi::is_subset
(
const
ElementType
&
g
,
const
ElementType
&
f
) const
inline
Definition at line
133
of file
aring-CCi.hpp
.
133
{
return
mpfi_cmp_fr(&f.re,&(g.re.left)) == 0 and mpfi_cmp_fr(&f.re,&(g.re.right)) == 0 and mpfi_cmp_fr(&f.im,&(g.im.left)) == 0 and mpfi_cmp_fr(&f.im,&(g.im.right)) == 0; }
References
cci_struct::im
, and
cci_struct::re
.
M2
ARingCCi
Generated on
for Macaulay2 Engine by
1.15.0