Home
last modified time | relevance | path

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

/dports/math/pari/pari-2.13.3/src/basemath/
H A Dalglin1.c5282 static GEN det_develop(GEN a, long max, double bound);
5288 c = gmul(c, det_develop(RgM_minor(a, i,j), max, bound)); in coeff_det()
5296 det_develop(GEN M, long max, double bound) in det_develop() function
5579 return det_develop(a, det_init_max(n), B*B*B); in det()