Home
last modified time | relevance | path

Searched refs:nmodxx_ctx (Results 1 – 20 of 20) sorted by relevance

/dports/math/e-antic/flint2-ae7ec89/flintxx/test/
H A Dt-nmod_vecxx.cpp24 nmodxx_ctx c(31); in test_init()
51 nmodxx_ctx c(31); in test_conversion()
60 nmodxx_ctx c(31); in test_arithmetic()
80 nmodxx_ctx c(31); in test_references()
100 nmodxx_ctx c(31); in test_vec()
124 nmodxx_ctx ctx(17); in test_temporaries()
H A Dt-arithxx.cpp61 nmodxx_ctx p(1031); in test_bell()
176 nmodxx_ctx p(1031); in test_number_of_partitions()
H A Dt-nmod_polyxx.cpp448 nmodxx_ctx ctx(M); in test_reduction_reconstruction()
/dports/math/flint2/flint-2.8.4/flintxx/test/
H A Dt-nmod_vecxx.cpp24 nmodxx_ctx c(31); in test_init()
51 nmodxx_ctx c(31); in test_conversion()
60 nmodxx_ctx c(31); in test_arithmetic()
80 nmodxx_ctx c(31); in test_references()
100 nmodxx_ctx c(31); in test_vec()
124 nmodxx_ctx ctx(17); in test_temporaries()
H A Dt-arithxx.cpp61 nmodxx_ctx p(1031); in test_bell()
176 nmodxx_ctx p(1031); in test_number_of_partitions()
H A Dt-nmod_polyxx.cpp448 nmodxx_ctx ctx(M); in test_reduction_reconstruction()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/flintxx/test/
H A Dt-nmod_vecxx.cpp24 nmodxx_ctx c(31); in test_init()
51 nmodxx_ctx c(31); in test_conversion()
60 nmodxx_ctx c(31); in test_arithmetic()
80 nmodxx_ctx c(31); in test_references()
100 nmodxx_ctx c(31); in test_vec()
124 nmodxx_ctx ctx(17); in test_temporaries()
H A Dt-arithxx.cpp61 nmodxx_ctx p(1031); in test_bell()
176 nmodxx_ctx p(1031); in test_number_of_partitions()
H A Dt-nmod_polyxx.cpp448 nmodxx_ctx ctx(M); in test_reduction_reconstruction()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/
H A Dnmod_vecxx.h38 class nmodxx_ctx
45 explicit nmodxx_ctx(mp_limb_t n) {nmod_init(&nmod, n);} in nmodxx_ctx() function
48 bool operator==(const nmodxx_ctx& o) const {return nmod.n == o.nmod.n;}
61 nmodxx_ctx_srcref(const nmodxx_ctx& c) : nmod(c._nmod()) {} in nmodxx_ctx_srcref()
H A Darithxx.h190 mp::equal_types<T, nmodxx_ctx> > { };
H A Dnmod_polyxx.h419 return reduce_(p.evaluate(), nmodxx_ctx(m));
/dports/math/e-antic/flint2-ae7ec89/
H A Dnmod_vecxx.h38 class nmodxx_ctx
45 explicit nmodxx_ctx(mp_limb_t n) {nmod_init(&nmod, n);} in nmodxx_ctx() function
48 bool operator==(const nmodxx_ctx& o) const {return nmod.n == o.nmod.n;}
61 nmodxx_ctx_srcref(const nmodxx_ctx& c) : nmod(c._nmod()) {} in nmodxx_ctx_srcref()
H A Darithxx.h190 mp::equal_types<T, nmodxx_ctx> > { };
H A Dnmod_polyxx.h419 return reduce_(p.evaluate(), nmodxx_ctx(m));
/dports/math/flint2/flint-2.8.4/
H A Dnmod_vecxx.h38 class nmodxx_ctx
45 explicit nmodxx_ctx(mp_limb_t n) {nmod_init(&nmod, n);} in nmodxx_ctx() function
48 bool operator==(const nmodxx_ctx& o) const {return nmod.n == o.nmod.n;}
61 nmodxx_ctx_srcref(const nmodxx_ctx& c) : nmod(c._nmod()) {} in nmodxx_ctx_srcref()
H A Darithxx.h190 mp::equal_types<T, nmodxx_ctx> > { };
H A Dnmod_polyxx.h419 return reduce_(p.evaluate(), nmodxx_ctx(m));
/dports/math/e-antic/flint2-ae7ec89/doc/source/
H A Dflintxx_functions.rst2199 The C++ equivalent to ``nmod_t`` is ``nmodxx_ctx``. There is a reference
2208 ``operator%`` is overloaded with right hand side ``nmodxx_ctx`` (or
2221 .. function:: explicit nmodxx_ctx::nmodxx_ctx(mp_limb_t n)
2225 .. function:: nmodxx_ctx_srcref::nmodxx_ctx_srcref(const nmodxx_ctx&)
2227 Initialise a reference to an ``nmodxx_ctx``.
2233 .. function:: const nmod_t& nmodxx_ctx::_nmod() const
2238 .. function:: mp_limb_t nmodxx_ctx::n() const
2300 instances of ``nmod_polyxx`` always have an associated ``nmodxx_ctx``
2751 instances of ``nmod_matxx`` always have an associated ``nmodxx_ctx``
2944 associated ``nmodxx_ctx`` storing the operating modulus. No expression may
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/doc/source/
H A Dflintxx_functions.rst2199 The C++ equivalent to ``nmod_t`` is ``nmodxx_ctx``. There is a reference
2208 ``operator%`` is overloaded with right hand side ``nmodxx_ctx`` (or
2221 .. function:: explicit nmodxx_ctx::nmodxx_ctx(mp_limb_t n)
2225 .. function:: nmodxx_ctx_srcref::nmodxx_ctx_srcref(const nmodxx_ctx&)
2227 Initialise a reference to an ``nmodxx_ctx``.
2233 .. function:: const nmod_t& nmodxx_ctx::_nmod() const
2238 .. function:: mp_limb_t nmodxx_ctx::n() const
2300 instances of ``nmod_polyxx`` always have an associated ``nmodxx_ctx``
2751 instances of ``nmod_matxx`` always have an associated ``nmodxx_ctx``
2944 associated ``nmodxx_ctx`` storing the operating modulus. No expression may