Home
last modified time | relevance | path

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

/dports/math/pari/pari-2.13.3/src/basemath/
H A Dalglin1.c640 gen_matscalmul(GEN A, GEN b, void *E, const struct bb_field *ff) in gen_matscalmul() function
875 { return gen_matscalmul(B, ff->inv(E, gcoeff(U, 1, 1)), E, ff); } in gen_solve_upper_1()
886 GEN X2 = gen_matscalmul(B2, dinv, E, ff); in gen_rsolve_upper_2()
887 GEN X1 = gen_matscalmul(gen_matsub(B1, gen_matscalmul(X2, b, E, ff), E, ff), in gen_rsolve_upper_2()
928 GEN X1 = gen_matscalmul(B1, ainv, E, ff); in gen_lsolve_upper_2()
929 GEN X2 = gen_matscalmul(gen_matsub(B2, gen_matscalmul(X1, b, E, ff), E, ff), dinv, E, ff); in gen_lsolve_upper_2()
965 GEN X2 = gen_matsub(rowslice(A, 2, 2), gen_matscalmul(X1, gcoeff(L, 2, 1), E, ff), E, ff); in gen_rsolve_lower_unit_2()
1004 gen_matscalmul(X2, gcoeff(L, 2, 1), E, ff), E, ff); in gen_lsolve_lower_unit_2()