Macaulay2 Engine
Loading...
Searching...
No Matches
◆
lift()
[4/8]
bool
M2::ConcreteRing
<
ARingGFM2
>::lift
(
const
Ring
*
Rg
,
const
ring_elem
f
,
ring_elem
&
result
) const
inline
virtual
Implements
Ring
.
Definition at line
977
of file
aring-glue.hpp
.
980
{
981
// Rf = Z/p[x]/F(x) ---> GF(p,n)
982
// promotion: need to be able to know the value of 'x'.
983
// lift: need to compute (primite_element)^e
984
985
ElementType
a
;
986
R
->from_ring_elem(
a
,
f
);
987
bool
retval
=
R
->lift(
Rg
,
a
,
result
);
988
return
retval
;
989
}
M2::ConcreteRing::ElementType
RingType::ElementType ElementType
Definition
aring-glue.hpp:75
M2::ConcreteRing::R
std::unique_ptr< RingType > R
Definition
aring-glue.hpp:66
M2::ConcreteRing
Definition
aring-glue.hpp:65
M2
ConcreteRing
Generated on
for Macaulay2 Engine by
1.15.0