Home
last modified time | relevance | path

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

/dports/biology/iqtree/IQ-TREE-2.0.6/tree/
H A Dphylosupertreeunlinked.h102 …virtual void saveBranchLengths(DoubleVector &lenvec, int startid = 0, PhyloNode *node = NULL, Phyl…
H A Dphylosupertreeunlinked.cpp129 void PhyloSuperTreeUnlinked::saveBranchLengths(DoubleVector &lenvec, int startid, PhyloNode *node, … in saveBranchLengths() function in PhyloSuperTreeUnlinked
138 (*it)->saveBranchLengths(lenvec, startid); in saveBranchLengths()
H A Dphylosupertree.h160 …virtual void saveBranchLengths(DoubleVector &lenvec, int startid = 0, PhyloNode *node = NULL, Phyl…
H A Dphylosupertree.cpp291 void PhyloSuperTree::saveBranchLengths(DoubleVector &lenvec, int startid, PhyloNode *node, PhyloNod… in saveBranchLengths() function in PhyloSuperTree
300 PhyloTree::saveBranchLengths(lenvec, startid); in saveBranchLengths()
303 (*it)->saveBranchLengths(lenvec, startid); in saveBranchLengths()
H A Dphylotree.h543 …virtual void saveBranchLengths(DoubleVector &lenvec, int startid = 0, PhyloNode *node = NULL, Phyl…
H A Dphylotree.cpp685 void PhyloTree::saveBranchLengths(DoubleVector &lenvec, int startid, PhyloNode *node, PhyloNode *da… in saveBranchLengths() function in PhyloTree
693 PhyloTree::saveBranchLengths(lenvec, startid, (PhyloNode*) (*it)->node, node); in saveBranchLengths()
2718 saveBranchLengths(lenvec); in optimizeAllBranches()
H A Diqtree.cpp2976 saveBranchLengths(lenvec); in optimizeNNI()
/dports/biology/iqtree/IQ-TREE-2.0.6/model/
H A Dmodelfactorymixlen.cpp67 tree->saveBranchLengths(brlen); in sortClassesByTreeLength()
H A Dmodelfactory.cpp1053 tree->saveBranchLengths(initBranLens); in optimizeParametersGammaInvar()
1100 tree->saveBranchLengths(bestLens); in optimizeParametersGammaInvar()
1147 tree->saveBranchLengths(bestLens); in optimizeParametersGammaInvar()
/dports/biology/iqtree/IQ-TREE-2.0.6/main/
H A Dphyloanalysis.cpp2903 iqtree.saveBranchLengths(lenvec); in computeLoglFromUserInputGAMMAInvar()
2941 iqtree.saveBranchLengths(lenvec); in searchGAMMAInvarByRestarting()
2974 iqtree.saveBranchLengths(bestLens); in searchGAMMAInvarByRestarting()
3017 iqtree.saveBranchLengths(lenvec); in exhaustiveSearchGAMMAInvar()