Home
last modified time | relevance | path

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

/dports/biology/hyphy/hyphy-2.5.33/src/core/include/
H A Dmatrix.h592 _String* BranchLengthExpression(_Matrix*, bool);
/dports/biology/hyphy/hyphy-2.5.33/res/TemplateBatchFiles/libv3/models/codon/
H A DBS_REL.bf384 model [terms.model.branch_length_string] = model.BranchLengthExpression (model);
406 … (model [terms.model.branch_length_string_conditional])[bl] = model.BranchLengthExpression (model);
/dports/biology/hyphy/hyphy-2.5.33/res/TemplateBatchFiles/libv3/models/
H A Dmodel_functions.bf587 * @name model.BranchLengthExpression
594 lfunction model.BranchLengthExpression (model) {
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dtree.cpp540 …_String * result = ((_Matrix*)tV->GetValue())->BranchLengthExpression((_Matrix*)tV2->GetValue(),mB… in FinalizeNode()
764 … return _String (((_Matrix*)mm->GetValue())->BranchLengthExpression((_Matrix*)fv->GetValue(),mbf)); in GetBranchLengthString()
H A Dbatchlanruntime.cpp3406 …urn_value = make_fstring_pointer (((_Matrix*)rates->GetValue())->BranchLengthExpression((_Matrix*)… in HandleGetString()
H A Dmatrix.cpp2550 _String* _Matrix::BranchLengthExpression (_Matrix* baseFreqs, bool mbf) { in BranchLengthExpression() function in _Matrix