Home
last modified time | relevance | path

Searched refs:mod_inverse (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/integer/doc/modular_arithmetic/
Dmod_inverse.qbk1 [section:mod_inverse Modular Multiplicative Inverse]
12 #include <boost/integer/mod_inverse.hpp>
17 Z mod_inverse(Z a, Z m);
25 int x = mod_inverse(2, 5);
29 int y = mod_inverse(2, 4);
36 If /a/ and /m/ share a common factor, then `mod_inverse(a, m)` returns zero.
/third_party/boost/libs/integer/test/
Dmod_inverse_test.cpp20 using boost::integer::mod_inverse;
37 Z inv_a = mod_inverse(a, modulus); in test_mod_inverse()
/third_party/boost/libs/integer/doc/html/
Dstandalone_HTML.manifest6 boost_integer/mod_inverse.html
/third_party/boost/boost/integer/
Dmod_inverse.hpp23 Z mod_inverse(Z a, Z modulus) in mod_inverse() function
/third_party/boost/libs/integer/doc/
Dinteger.qbk73 [[link boost_integer.mod_inverse Modular multiplicative inverse].]
74 [[^[@../../../../boost/integer/mod_inverse.hpp <boost/integer/mod_inverse.hpp>]]]
379 [include modular_arithmetic/mod_inverse.qbk]