Home
last modified time | relevance | path

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

/dports/math/unuran/unuran-1.8.1/src/methods/
H A Darou.c1806 double coeff_det, cramer_det[2]; in _unur_arou_segment_parameter() local
1839 coeff_det = seg->dltp[0] * seg->drtp[1] - seg->dltp[1] * seg->drtp[0]; in _unur_arou_segment_parameter()
1868 det_bound = fabs(coeff_det) * norm_vertex * MAX_NORM_OF_INTERSECTION_POINT; in _unur_arou_segment_parameter()
1875 if (!_unur_iszero(coeff_det) && !_unur_iszero(diff_tangents)) { in _unur_arou_segment_parameter()
1886 seg->mid[0] = cramer_det[0] / coeff_det; in _unur_arou_segment_parameter()
1887 seg->mid[1] = cramer_det[1] / coeff_det; in _unur_arou_segment_parameter()
/dports/math/pari/pari-2.13.3/src/basemath/
H A Dalglin1.c5285 coeff_det(GEN a, long i, long j, long max, double bound) in coeff_det() function
5320 return gerepileupto(av, coeff_det(M,v[1],j,max,bound)); in det_develop()
5333 return gerepileupto(av, coeff_det(M,i,v[1],max,bound)); in det_develop()
5345 GEN c = coeff_det(M, best_row, best[k], max, bound); in det_develop()
5358 GEN c = coeff_det(M, best[k], best_col, max, bound); in det_develop()