bpp-phyl3  3.0.0
LikelihoodCalculationOnABranch.h File Reference
+ Include dependency graph for LikelihoodCalculationOnABranch.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  bpp::LikelihoodCalculationOnABranch
 
class  bpp::LikelihoodCalculationOnABranch::RateCategoryEdge
 

Namespaces

 bpp
 Defines the basic types of data flow nodes.
 

Typedefs

using bpp::LikelihoodFromRootConditionalAtRoot = MatrixProduct< RowLik, Eigen::RowVectorXd, MatrixLik >
 
using bpp::TotalLogLikelihood = SumOfLogarithms< RowLik >
 totalLikelihood = product_site likelihood(site). More...
 
using bpp::BuildConditionalLikelihood = CWiseMul< MatrixLik, std::tuple< MatrixLik, MatrixLik > >
 Conditionallikelihood = AboveConditionalLikelihood * BelowConditionalLikelihood. More...
 
using bpp::AllRatesSiteLikelihoods = MatrixLik
 
using bpp::SiteWeights = NumericConstant< Eigen::RowVectorXi >