Macaulay2 Engine
Loading...
Searching...
No Matches
◆
set_from_doubles()
void M2::ARingCCi::set_from_doubles
(
ElementType
&
result
,
double
re
,
double
im
) const
inline
Definition at line
291
of file
aring-CCi.hpp
.
292
{
293
mpfi_set_d(&
result
.re, re);
294
mpfi_set_d(&
result
.im, im);
295
}
result
VALGRIND_MAKE_MEM_DEFINED & result(result)
References
result()
.
M2
ARingCCi
Generated on
for Macaulay2 Engine by
1.15.0