Home
last modified time | relevance | path

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

/dports/biology/treepuzzle/tree-puzzle-5.2/src/
H A Dutil.h105 double onedimenmin(double, double, double, double (*f )(double ), double, double *, double *);
H A Dutil.c930 double onedimenmin( in onedimenmin() function
991 (*x1) = onedimenmin(min1, (*x1), max1, func1, tol, &fx, &f2x); in twodimenmin()
1010 (*x2) = onedimenmin(min2, (*x2), max2, func2, tol, &fx, &f2x); in twodimenmin()
H A Dml1.c1320 dist = onedimenmin(MINARC, dist, MAXARC, pairlkl, EPSILON_BRANCH, &fx, &f2x);
1650 arc = onedimenmin(MINARC, arc, MAXARC, intlkl, EPSILON_BRANCH, &fx, &f2x);
1707 arc = onedimenmin(MINARC, arc, MAXARC, extlkl, EPSILON_BRANCH, &fx, &f2x);
H A Dml2.c2015 he = onedimenmin(minh, he, maxh, heightlkl, EPSILON_HEIGHTS, &fx, &f2x);
2085 he = onedimenmin(minh, he, maxhroot, rheightlkl, EPSILON_HEIGHTS, &fx, &f2x);
/dports/biology/fasttree/FastTree-2.1.10_5/
H A DFastTree-2.1.10.c1479 double onedimenmin(double xmin, double xguess, double xmax, double (*f)(double,void*), void *data,
5479 branch_lengths[LEN_I] = onedimenmin(/*xmin*/MLMinBranchLength, in MLQuartetOptimize()
5511 branch_lengths[LEN_A] = onedimenmin(/*xmin*/MLMinBranchLength, in MLQuartetOptimize()
5526 branch_lengths[LEN_B] = onedimenmin(/*xmin*/MLMinBranchLength, in MLQuartetOptimize()
5545 branch_lengths[LEN_C] = onedimenmin(/*xmin*/MLMinBranchLength, in MLQuartetOptimize()
5560 branch_lengths[LEN_D] = onedimenmin(/*xmin*/MLMinBranchLength, in MLQuartetOptimize()
5878 gtr.rates[gtr.iRate] = onedimenmin(/*xmin*/0.05, in SetMLGtr()
6112 s.alpha = onedimenmin(0.01, s.alpha, 10.0, OptAlpha, &s, 0.001, 0.001, &fx, &f2x); in RescaleGammaLogLk()
6115 s.mult = onedimenmin(0.01, s.mult, 10.0, OptMult, &s, 0.001, 0.001, &fx, &f2x); in RescaleGammaLogLk()
6156 *branch_length = onedimenmin(/*xmin*/MLMinBranchLength, in MLPairOptimize()
[all …]