Home
last modified time | relevance | path

Searched refs:nmod_matxx (Results 1 – 17 of 17) sorted by relevance

/dports/math/e-antic/flint2-ae7ec89/flintxx/test/
H A Dt-nmod_matxx.cpp24 nmod_matxx A(3, 4, M); in test_init()
32 nmod_matxx B(A); in test_init()
56 nmod_matxx A(10, 10, M); in test_arithmetic()
57 nmod_matxx v(10, 1, M); in test_arithmetic()
131 nmod_matxx eye(2, 2, M); in test_functions()
158 slong nullity;nmod_matxx C(3, 3, M); in test_functions()
175 nmod_matxx A(2, 2, M); in test_randomisation()
203 nmod_matxx B(2, 2, M); in test_randomisation()
230 nmod_matxx Ap = nmod_matxx::reduce(A, M); in test_reduction_reconstruction()
276 nmod_matxx A = nmod_matxx::randtest(5, 5, 1031, rand); in test_lu()
[all …]
H A Dt-nmod_poly_matxx.cpp44 nmod_matxx C(A.rows(), A.cols(), A.modulus()); in test_init()
115 nmod_matxx B(A.rows(), A.cols(), M); in test_arithmetic()
157 nmod_matxx Bp(B.rows(), B.cols(), B.modulus()); in test_functions()
H A Dt-codegen.cpp620 (nmodxx& to, const nmod_matxx& A))
625 (nmodxx& to, const nmod_matxx& A))
/dports/math/flint2/flint-2.8.4/flintxx/test/
H A Dt-nmod_matxx.cpp24 nmod_matxx A(3, 4, M); in test_init()
32 nmod_matxx B(A); in test_init()
56 nmod_matxx A(10, 10, M); in test_arithmetic()
57 nmod_matxx v(10, 1, M); in test_arithmetic()
131 nmod_matxx eye(2, 2, M); in test_functions()
158 slong nullity;nmod_matxx C(3, 3, M); in test_functions()
175 nmod_matxx A(2, 2, M); in test_randomisation()
203 nmod_matxx B(2, 2, M); in test_randomisation()
230 nmod_matxx Ap = nmod_matxx::reduce(A, M); in test_reduction_reconstruction()
276 nmod_matxx A = nmod_matxx::randtest(5, 5, 1031, rand); in test_lu()
[all …]
H A Dt-nmod_poly_matxx.cpp44 nmod_matxx C(A.rows(), A.cols(), A.modulus()); in test_init()
115 nmod_matxx B(A.rows(), A.cols(), M); in test_arithmetic()
157 nmod_matxx Bp(B.rows(), B.cols(), B.modulus()); in test_functions()
H A Dt-codegen.cpp620 (nmodxx& to, const nmod_matxx& A))
625 (nmodxx& to, const nmod_matxx& A))
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/flintxx/test/
H A Dt-nmod_matxx.cpp24 nmod_matxx A(3, 4, M); in test_init()
32 nmod_matxx B(A); in test_init()
56 nmod_matxx A(10, 10, M); in test_arithmetic()
57 nmod_matxx v(10, 1, M); in test_arithmetic()
131 nmod_matxx eye(2, 2, M); in test_functions()
158 slong nullity;nmod_matxx C(3, 3, M); in test_functions()
175 nmod_matxx A(2, 2, M); in test_randomisation()
203 nmod_matxx B(2, 2, M); in test_randomisation()
230 nmod_matxx Ap = nmod_matxx::reduce(A, M); in test_reduction_reconstruction()
276 nmod_matxx A = nmod_matxx::randtest(5, 5, 1031, rand); in test_lu()
[all …]
H A Dt-nmod_poly_matxx.cpp44 nmod_matxx C(A.rows(), A.cols(), A.modulus()); in test_init()
115 nmod_matxx B(A.rows(), A.cols(), M); in test_arithmetic()
157 nmod_matxx Bp(B.rows(), B.cols(), B.modulus()); in test_functions()
H A Dt-codegen.cpp620 (nmodxx& to, const nmod_matxx& A))
625 (nmodxx& to, const nmod_matxx& A))
/dports/math/e-antic/flint2-ae7ec89/
H A Dnmod_matxx.h222 struct matrix_traits<nmod_matxx>
258 template<> struct nmod_matxx_traits<nmod_matxx>
307 FLINTXX_DEFINE_TEMPORARY_RULES(nmod_matxx)
309 #define NMOD_MATXX_COND_S FLINTXX_COND_S(nmod_matxx)
310 #define NMOD_MATXX_COND_T FLINTXX_COND_T(nmod_matxx)
314 : flint_classes::is_Base<nmod_matxx, T> { };
332 FLINT_DEFINE_BINARY_EXPR_COND2(times, nmod_matxx,
335 FLINT_DEFINE_CBINARY_EXPR_COND2(times, nmod_matxx,
339 FLINT_DEFINE_BINARY_EXPR_COND2(plus, nmod_matxx,
342 FLINT_DEFINE_BINARY_EXPR_COND2(minus, nmod_matxx,
[all …]
H A Dnmod_poly_matxx.h313 FLINT_DEFINE_BINARY_EXPR_COND2(evaluate_op, nmod_matxx,
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/
H A Dnmod_matxx.h222 struct matrix_traits<nmod_matxx>
258 template<> struct nmod_matxx_traits<nmod_matxx>
307 FLINTXX_DEFINE_TEMPORARY_RULES(nmod_matxx)
309 #define NMOD_MATXX_COND_S FLINTXX_COND_S(nmod_matxx)
310 #define NMOD_MATXX_COND_T FLINTXX_COND_T(nmod_matxx)
314 : flint_classes::is_Base<nmod_matxx, T> { };
332 FLINT_DEFINE_BINARY_EXPR_COND2(times, nmod_matxx,
335 FLINT_DEFINE_CBINARY_EXPR_COND2(times, nmod_matxx,
339 FLINT_DEFINE_BINARY_EXPR_COND2(plus, nmod_matxx,
342 FLINT_DEFINE_BINARY_EXPR_COND2(minus, nmod_matxx,
[all …]
H A Dnmod_poly_matxx.h313 FLINT_DEFINE_BINARY_EXPR_COND2(evaluate_op, nmod_matxx,
/dports/math/flint2/flint-2.8.4/
H A Dnmod_matxx.h222 struct matrix_traits<nmod_matxx>
258 template<> struct nmod_matxx_traits<nmod_matxx>
307 FLINTXX_DEFINE_TEMPORARY_RULES(nmod_matxx)
309 #define NMOD_MATXX_COND_S FLINTXX_COND_S(nmod_matxx)
310 #define NMOD_MATXX_COND_T FLINTXX_COND_T(nmod_matxx)
314 : flint_classes::is_Base<nmod_matxx, T> { };
332 FLINT_DEFINE_BINARY_EXPR_COND2(times, nmod_matxx,
335 FLINT_DEFINE_CBINARY_EXPR_COND2(times, nmod_matxx,
339 FLINT_DEFINE_BINARY_EXPR_COND2(plus, nmod_matxx,
342 FLINT_DEFINE_BINARY_EXPR_COND2(minus, nmod_matxx,
[all …]
H A Dnmod_poly_matxx.h313 FLINT_DEFINE_BINARY_EXPR_COND2(evaluate_op, nmod_matxx,
/dports/math/e-antic/flint2-ae7ec89/doc/source/
H A Dflintxx_functions.rst655 ``nmod_matxx::reduce``.
2750 The class ``nmod_matxx`` wraps ``nmod_mat_t``. Like ``nmodxx``,
2757 Since ``nmod_matxx`` does not use temporary merging, evaluation of
2807 .. function:: nmod_matxx::nmod_matxx(slong m, slong n, mp_limb_t modulus)
2831 .. function:: static nmod_matxx nmod_matxx::zero(slong rows, slong cols, mp_limb_t modulus)
2846 .. function:: static nmod_matxx nmod_matxx::randtest(slong rows, slong cols, mp_limb_t M, frandxx&)
2847 .. function:: static nmod_matxx nmod_matxx::randfull(slong rows, slong cols, mp_limb_t M, frandxx&)
2848 .. function:: static nmod_matxx nmod_matxx::randrank(slong rows, slong cols, mp_limb_t M, frandxx&,…
2849 .. function:: static nmod_matxx nmod_matxx::randtril(slong rows, slong cols, mp_limb_t M, frandxx&,…
2850 .. function:: static nmod_matxx nmod_matxx::randtriu(slong rows, slong cols, mp_limb_t M, frandxx&,…
[all …]
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/doc/source/
H A Dflintxx_functions.rst655 ``nmod_matxx::reduce``.
2750 The class ``nmod_matxx`` wraps ``nmod_mat_t``. Like ``nmodxx``,
2757 Since ``nmod_matxx`` does not use temporary merging, evaluation of
2807 .. function:: nmod_matxx::nmod_matxx(slong m, slong n, mp_limb_t modulus)
2831 .. function:: static nmod_matxx nmod_matxx::zero(slong rows, slong cols, mp_limb_t modulus)
2846 .. function:: static nmod_matxx nmod_matxx::randtest(slong rows, slong cols, mp_limb_t M, frandxx&)
2847 .. function:: static nmod_matxx nmod_matxx::randfull(slong rows, slong cols, mp_limb_t M, frandxx&)
2848 .. function:: static nmod_matxx nmod_matxx::randrank(slong rows, slong cols, mp_limb_t M, frandxx&,…
2849 .. function:: static nmod_matxx nmod_matxx::randtril(slong rows, slong cols, mp_limb_t M, frandxx&,…
2850 .. function:: static nmod_matxx nmod_matxx::randtriu(slong rows, slong cols, mp_limb_t M, frandxx&,…
[all …]