Macaulay2 Engine
Loading...
Searching...
No Matches
◆
from_Interval()
template<class RingType>
virtual
bool
M2::ConcreteRing
< RingType >::from_Interval
(
gmp_RRi
q
,
ring_elem
&
result
) const
inline
virtual
Reimplemented from
Ring
.
Definition at line
184
of file
aring-glue.hpp
.
185
{
186
Element
a
(*
R
);
187
bool
ret
=
get_from_Interval
(*
R
,
a
,
q
);
188
if
(
ret
)
R
->to_ring_elem(
result
,
a
);
189
return
ret
;
190
}
M2::ConcreteRing::R
std::unique_ptr< RingType > R
Definition
aring-glue.hpp:66
M2::ConcreteRing::Element
RingType::Element Element
Definition
aring-glue.hpp:76
M2::ConcreteRing
Definition
aring-glue.hpp:65
M2::get_from_Interval
bool get_from_Interval(const RT &R, typename RT::ElementType &a, gmp_RRi b)
Definition
aring-translate.hpp:78
M2
ConcreteRing
Generated on
for Macaulay2 Engine by
1.15.0