Home
last modified time | relevance | path

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

/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dutils.c10294 MrBFlt maxAValue, c, **d, **n, **x, **cX; in ComputeMatrixExponential() local
10305 maxAValue = 0; in ComputeMatrixExponential()
10307 maxAValue = MAX (maxAValue, a[i][i]); in ComputeMatrixExponential()
10309 j = MAX (0, LogBase2Plus1 (maxAValue)); in ComputeMatrixExponential()