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

◆ set_from_mpz()

void M2::ARingZZp::set_from_mpz ( elem & result,
mpz_srcptr a ) const
inline

Definition at line 175 of file aring-zzp.hpp.

176 {
177 int b = static_cast<int>(mpz_fdiv_ui(a, p));
178 result = log_table[b];
179 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References log_table, p, and result().

Referenced by getElement< M2::ARingZZp >(), and set_from_mpq().