bpp-phyl3
3.0.0
|
Wraps a dataflow graph as a function: resultNode = f(variableNodes). More...
#include <Bpp/Phyl/Likelihood/PhyloLikelihoods/OnABranchPhyloLikelihood.h>
Public Member Functions | |
OnABranchPhyloLikelihood (Context &context, std::shared_ptr< LikelihoodCalculationSingleProcess > likCal, uint edgeId, const ParameterList &variableNodes) | |
OnABranchPhyloLikelihood (Context &context, std::shared_ptr< LikelihoodCalculationSingleProcess > likCal, uint edgeId) | |
OnABranchPhyloLikelihood (Context &context, std::shared_ptr< LikelihoodCalculationOnABranch > likCal, const ParameterList &variableNodes) | |
OnABranchPhyloLikelihood (Context &context, std::shared_ptr< LikelihoodCalculationOnABranch > likCal) | |
: the parameters the independent parameters of the LikelihoodCalculation More... | |
OnABranchPhyloLikelihood * | clone () const override |
size_t | getNumberOfSites () const override |
Get the number of sites in the dataset. More... | |
size_t | getNumberOfDistinctSites () const |
bool | isInitialized () const override |
Get the number of model classes. More... | |
void | setModel (std::shared_ptr< ConfiguredModel > model) |
LikelihoodCalculation & | likelihoodCalculation () const override |
std::shared_ptr< LikelihoodCalculation > | getLikelihoodCalculation () const override |
AlignedLikelihoodCalculation & | alignedLikelihoodCalculation () const override |
std::shared_ptr< AlignedLikelihoodCalculation > | getAlignedLikelihoodCalculation () const override |
LikelihoodCalculationOnABranch & | likelihoodCalculationOnABranch () const |
std::shared_ptr< LikelihoodCalculationOnABranch > | getLikelihoodCalculationOnABranch () const |
ValueRef< RowLik > | getFirstOrderDerivativeVector (const std::string &variable) const |
ValueRef< RowLik > | firstOrderDerivativeVector (const std::string &variable) const |
ValueRef< RowLik > | getSecondOrderDerivativeVector (const std::string &variable) const |
ValueRef< RowLik > | getSecondOrderDerivativeVector (const std::string &variable1, const std::string &variable2) const |
ValueRef< RowLik > | secondOrderDerivativeVector (const std::string &variable1, const std::string &variable2) const |
VVDataLik | getLikelihoodPerSitePerClass () const |
Get the posterior probabilities of each class, for each site. More... | |
std::vector< size_t > | getClassWithMaxPostProbPerSite () const |
DataLik | getLikelihoodForASite (size_t site) const |
Get the likelihood for a site (on uncompressed data) More... | |
double | getLogLikelihoodForASite (size_t site) const |
Get the log likelihood for a site, and its derivatives. More... | |
VDataLik | getLikelihoodPerSite () const |
Get the likelihood for each site. More... | |
const Context & | context () const override |
Context & | context () override |
ValueRef< DataLik > | getLikelihoodNode () const override |
virtual void | enableSecondOrderDerivatives (bool yn)=0 |
virtual bool | enableSecondOrderDerivatives () const=0 |
virtual void | enableSecondOrderDerivatives (bool yn) override |
bool | enableSecondOrderDerivatives () const override |
virtual double | getSecondOrderDerivative (const std::string &variable) const=0 |
virtual double | getSecondOrderDerivative (const std::string &variable1, const std::string &variable2) const=0 |
double | getSecondOrderDerivative (const std::string &variable) const override |
double | getSecondOrderDerivative (const std::string &variable1, const std::string &variable2) const override |
virtual double | d2f (const std::string &variable, const ParameterList ¶meters) |
virtual double | d2f (const std::string &variable1, const std::string &variable2, const ParameterList ¶meters) |
virtual void | enableFirstOrderDerivatives (bool yn)=0 |
virtual bool | enableFirstOrderDerivatives () const=0 |
virtual void | enableFirstOrderDerivatives (bool yn) override |
Tell if derivatives must be computed: for Function inheritance. More... | |
bool | enableFirstOrderDerivatives () const override |
virtual double | getFirstOrderDerivative (const std::string &variable) const=0 |
double | getFirstOrderDerivative (const std::string &variable) const override |
virtual double | df (const std::string &variable, const ParameterList ¶meters) |
virtual void | setParameters (const ParameterList ¶meters)=0 |
void | setParameters (const ParameterList ¶meters) override |
virtual double | getValue () const=0 |
double | getValue () const override |
virtual double | f (const ParameterList ¶meters) |
virtual bool | hasParameter (const std::string &name) const=0 |
virtual const ParameterList & | getParameters () const=0 |
virtual const Parameter & | parameter (const std::string &name) const=0 |
virtual double | getParameterValue (const std::string &name) const=0 |
virtual void | setAllParametersValues (const ParameterList ¶meters)=0 |
virtual void | setParameterValue (const std::string &name, double value)=0 |
virtual void | setParametersValues (const ParameterList ¶meters)=0 |
virtual bool | matchParametersValues (const ParameterList ¶meters)=0 |
virtual void | removeConstraint (const std::string &name)=0 |
virtual void | setConstraint (const std::string &name, std::shared_ptr< ConstraintInterface > constraint)=0 |
virtual size_t | getNumberOfParameters () const=0 |
virtual void | setNamespace (const std::string &prefix)=0 |
virtual std::string | getNamespace () const=0 |
virtual std::string | getParameterNameWithoutNamespace (const std::string &name) const=0 |
void | shareParameters (const ParameterList &variableNodes) |
Share Parameters, that are DF_parameters. More... | |
ValueRef< DataLik > | firstOrderDerivativeNode (const std::string &variable) const |
ValueRef< DataLik > | secondOrderDerivativeNode (const std::string &variable1, const std::string &variable2) const |
bool | hasParameter (const std::string &name) const override |
const ParameterList & | getParameters () const override |
const Parameter & | parameter (const std::string &name) const override |
const std::shared_ptr< Parameter > & | getParameter (const std::string &name) const |
double | getParameterValue (const std::string &name) const override |
void | setAllParametersValues (const ParameterList ¶meters) override |
void | setParameterValue (const std::string &name, double value) override |
void | setParametersValues (const ParameterList ¶meters) override |
bool | matchParametersValues (const ParameterList ¶meters) override |
void | removeConstraint (const std::string &name) override |
void | setConstraint (const std::string &name, std::shared_ptr< ConstraintInterface > constraint) override |
size_t | getNumberOfParameters () const override |
void | setNamespace (const std::string &prefix) override |
std::string | getNamespace () const override |
std::string | getParameterNameWithoutNamespace (const std::string &name) const override |
virtual void | fireParameterChanged (const ParameterList ¶meters) |
Retrieve some particular independent parameters subsets. | |
ParameterList | getNonDerivableParameters () const override |
ParameterList | getDerivableParameters () const override |
ParameterList | getBranchLengthParameters () const override |
Get the independent branch lengths parameters. More... | |
ParameterList | getSubstitutionModelParameters () const override |
Get the independent parameters associated to substitution model(s). More... | |
ParameterList | getRateDistributionParameters () const override |
Get the independent parameters associated to the rate distribution(s). More... | |
ParameterList | getRootFrequenciesParameters () const override |
Get the independent parameters associated to the root frequencies(s). More... | |
The data functions | |
virtual const Context & | context () const =0 |
virtual Context & | context ()=0 |
The likelihood functions. | |
virtual ValueRef< DataLik > | getLikelihoodNode () const =0 |
double | getLogLikelihood () const |
Get the logarithm of the likelihood for the whole dataset. More... | |
Protected Member Functions | |
void | setNumberOfSites (size_t nbSites) |
virtual ParameterList & | getParameters_ ()=0 |
Node_DF & | accessVariableNode (const std::string &name) const |
const std::shared_ptr< Parameter > & | getParameter (size_t i) const |
std::shared_ptr< Parameter > & | getParameter (size_t i) |
virtual void | addParameter_ (Parameter *parameter) |
virtual void | addParameters_ (const ParameterList ¶meters) |
virtual void | shareParameter_ (const std::shared_ptr< Parameter > ¶meter) |
virtual void | shareParameters_ (const ParameterList ¶meters) |
virtual void | includeParameters_ (const ParameterList ¶meters) |
virtual void | deleteParameter_ (size_t index) |
virtual void | deleteParameter_ (std::string &name) |
virtual void | deleteParameters_ (const std::vector< std::string > &names) |
void | resetParameters_ () |
Parameter & | getParameter_ (const std::string &name) |
Parameter & | getParameter_ (size_t index) |
const Parameter & | getParameter_ (size_t index) const |
Parameter & | getParameterWithNamespace_ (const std::string &name) |
const Parameter & | getParameterWithNamespace_ (const std::string &name) const |
ParameterList & | getParameters_ () override |
Static Protected Member Functions | |
static Node_DF & | accessVariableNode (const Parameter ¶m) |
Protected Attributes | |
std::shared_ptr< LikelihoodCalculationOnABranch > | likCal_ |
std::unordered_map< std::string, ValueRef< RowLik > > | firstOrderDerivativeVectors_ |
For Dataflow computing. More... | |
std::unordered_map< std::pair< std::string, std::string >, ValueRef< RowLik >, StringPairHash > | secondOrderDerivativeVectors_ |
size_t | nbSites_ |
Context & | context_ |
DataLik | minusLogLik_ |
the value More... | |
std::unordered_map< std::string, ValueRef< DataLik > > | firstOrderDerivativeNodes_ |
For Dataflow computing. More... | |
std::unordered_map< std::pair< std::string, std::string >, ValueRef< DataLik >, StringPairHash > | secondOrderDerivativeNodes_ |
Private Attributes | |
ParameterList | parameters_ |
std::string | prefix_ |
Wraps a dataflow graph as a function: resultNode = f(variableNodes).
Definition at line 29 of file OnABranchPhyloLikelihood.h.
|
inline |
Definition at line 47 of file OnABranchPhyloLikelihood.h.
References bpp::AbstractParametrizable::shareParameters_().
Referenced by clone().
|
inline |
Definition at line 59 of file OnABranchPhyloLikelihood.h.
|
inline |
Definition at line 69 of file OnABranchPhyloLikelihood.h.
References bpp::AbstractParametrizable::shareParameters_().
|
inline |
: the parameters the independent parameters of the LikelihoodCalculation
Definition at line 83 of file OnABranchPhyloLikelihood.h.
References likCal_, and bpp::AbstractParametrizable::shareParameters_().
|
inlinestaticprotectedinherited |
Definition at line 188 of file AbstractPhyloLikelihood.h.
Referenced by bpp::AbstractPhyloLikelihood::accessVariableNode(), bpp::AbstractPhyloLikelihood::firstOrderDerivativeNode(), firstOrderDerivativeVector(), bpp::OneProcessSequencePhyloLikelihood::firstOrderDerivativeVector(), bpp::SingleProcessPhyloLikelihood::firstOrderDerivativeVector(), bpp::AbstractPhyloLikelihood::secondOrderDerivativeNode(), secondOrderDerivativeVector(), bpp::OneProcessSequencePhyloLikelihood::secondOrderDerivativeVector(), and bpp::SingleProcessPhyloLikelihood::secondOrderDerivativeVector().
|
inlineprotectedinherited |
Definition at line 193 of file AbstractPhyloLikelihood.h.
References bpp::AbstractPhyloLikelihood::accessVariableNode(), and bpp::SecondOrderDerivable::parameter().
|
inlineoverridevirtual |
Implements bpp::AlignedPhyloLikelihoodInterface.
Definition at line 212 of file OnABranchPhyloLikelihood.h.
References likCal_.
|
inlineoverridevirtual |
Implements bpp::AbstractParametrizable.
Definition at line 100 of file OnABranchPhyloLikelihood.h.
References OnABranchPhyloLikelihood().
|
pure virtualinherited |
Implemented in bpp::AbstractPhyloLikelihood.
|
inlineoverridevirtualinherited |
Implements bpp::PhyloLikelihoodInterface.
Definition at line 73 of file AbstractPhyloLikelihood.h.
References bpp::AbstractPhyloLikelihood::context_.
Referenced by bpp::AlignedPhyloLikelihoodMixture::AlignedPhyloLikelihoodMixture(), bpp::AutoCorrelationProcessPhyloLikelihood::AutoCorrelationProcessPhyloLikelihood(), bpp::HmmProcessPhyloLikelihood::HmmProcessPhyloLikelihood(), bpp::PartitionProcessPhyloLikelihood::makeLikCal_(), bpp::MixtureProcessPhyloLikelihood::MixtureProcessPhyloLikelihood(), bpp::OneProcessSequencePhyloLikelihood::OneProcessSequencePhyloLikelihood(), and bpp::PartitionProcessPhyloLikelihood::PartitionProcessPhyloLikelihood().
|
inlineoverridevirtualinherited |
Implements bpp::PhyloLikelihoodInterface.
Definition at line 75 of file AbstractPhyloLikelihood.h.
References bpp::AbstractPhyloLikelihood::context_.
|
pure virtualinherited |
Implemented in bpp::AbstractPhyloLikelihood.
|
inlineoverridevirtualinherited |
Implements bpp::SecondOrderDerivable.
Definition at line 115 of file AbstractPhyloLikelihood.h.
|
inlineoverridevirtualinherited |
Tell if derivatives must be computed: for Function inheritance.
Implements bpp::SecondOrderDerivable.
Definition at line 113 of file AbstractPhyloLikelihood.h.
|
inlineoverridevirtualinherited |
Implements bpp::SecondOrderDerivable.
Definition at line 116 of file AbstractPhyloLikelihood.h.
|
inlineoverridevirtualinherited |
Implements bpp::SecondOrderDerivable.
Definition at line 114 of file AbstractPhyloLikelihood.h.
|
inlineinherited |
Definition at line 139 of file AbstractPhyloLikelihood.h.
References bpp::AbstractPhyloLikelihood::accessVariableNode(), bpp::AbstractPhyloLikelihood::context_, bpp::AbstractPhyloLikelihood::firstOrderDerivativeNodes_, and bpp::AbstractPhyloLikelihood::getLikelihoodNode().
Referenced by bpp::AbstractPhyloLikelihood::getFirstOrderDerivative(), and bpp::AbstractPhyloLikelihood::secondOrderDerivativeNode().
|
inline |
Definition at line 239 of file OnABranchPhyloLikelihood.h.
References bpp::AbstractPhyloLikelihood::accessVariableNode(), bpp::AbstractPhyloLikelihood::context_, firstOrderDerivativeVectors_, and getLikelihoodCalculationOnABranch().
Referenced by getFirstOrderDerivativeVector(), and secondOrderDerivativeVector().
|
inlineoverridevirtual |
Implements bpp::AlignedPhyloLikelihoodInterface.
Definition at line 217 of file OnABranchPhyloLikelihood.h.
References likCal_.
|
inlineoverridevirtual |
Get the independent branch lengths parameters.
Implements bpp::PhyloLikelihoodInterface.
Definition at line 162 of file OnABranchPhyloLikelihood.h.
vector< size_t > OnABranchPhyloLikelihood::getClassWithMaxPostProbPerSite | ( | ) | const |
Definition at line 82 of file OnABranchPhyloLikelihood.cpp.
|
inlineoverridevirtual |
Implements bpp::PhyloLikelihoodInterface.
Definition at line 152 of file OnABranchPhyloLikelihood.h.
|
inlineoverridevirtualinherited |
Implements bpp::SecondOrderDerivable.
Definition at line 131 of file AbstractPhyloLikelihood.h.
References bpp::convert(), and bpp::AbstractPhyloLikelihood::firstOrderDerivativeNode().
|
inline |
Definition at line 234 of file OnABranchPhyloLikelihood.h.
References firstOrderDerivativeVector().
|
inlineoverridevirtual |
Implements bpp::PhyloLikelihoodInterface.
Definition at line 207 of file OnABranchPhyloLikelihood.h.
References likCal_.
|
inline |
Definition at line 227 of file OnABranchPhyloLikelihood.h.
References likCal_.
Referenced by firstOrderDerivativeVector().
|
inlinevirtualinherited |
Get the likelihood for a site (on uncompressed data)
site | The site index to analyse. |
Implements bpp::AlignedPhyloLikelihoodInterface.
Definition at line 143 of file AlignedPhyloLikelihood.h.
References bpp::AlignedPhyloLikelihoodInterface::alignedLikelihoodCalculation(), and bpp::AlignedLikelihoodCalculation::getLikelihoodForASite().
|
pure virtualinherited |
Implemented in bpp::AbstractPhyloLikelihood.
|
inlineoverridevirtualinherited |
Implements bpp::PhyloLikelihoodInterface.
Definition at line 100 of file AbstractPhyloLikelihood.h.
References bpp::PhyloLikelihoodInterface::getLikelihoodCalculation().
Referenced by bpp::AbstractPhyloLikelihood::firstOrderDerivativeNode(), and bpp::AbstractPhyloLikelihood::getValue().
|
inlinevirtualinherited |
Get the likelihood for each site.
Implements bpp::AlignedPhyloLikelihoodInterface.
Definition at line 167 of file AlignedPhyloLikelihood.h.
References bpp::AlignedPhyloLikelihoodInterface::getAlignedLikelihoodCalculation().
Referenced by bpp::MixtureProcessPhyloLikelihood::getPosteriorProbabilitiesPerSitePerProcess(), and bpp::OneProcessSequencePhyloLikelihood::getPosteriorRatePerSite().
VVDataLik OnABranchPhyloLikelihood::getLikelihoodPerSitePerClass | ( | ) | const |
Get the posterior probabilities of each class, for each site.
Definition at line 72 of file OnABranchPhyloLikelihood.cpp.
References bpp::copyEigenToBpp().
|
inlineinherited |
Get the logarithm of the likelihood for the whole dataset.
Definition at line 66 of file PhyloLikelihood.h.
References bpp::SecondOrderDerivable::getValue().
|
inlinevirtualinherited |
Get the log likelihood for a site, and its derivatives.
site | The site index to analyse. |
Implements bpp::AlignedPhyloLikelihoodInterface.
Definition at line 154 of file AlignedPhyloLikelihood.h.
References bpp::convert(), and bpp::AlignedPhyloLikelihoodInterface::getAlignedLikelihoodCalculation().
|
inlineoverridevirtual |
Implements bpp::PhyloLikelihoodInterface.
Definition at line 147 of file OnABranchPhyloLikelihood.h.
|
inline |
Definition at line 112 of file OnABranchPhyloLikelihood.h.
References bpp::LikelihoodCalculationOnABranch::getNumberOfDistinctSites(), and likelihoodCalculationOnABranch().
|
inlineoverridevirtual |
Get the number of sites in the dataset.
Reimplemented from bpp::AbstractAlignedPhyloLikelihood.
Definition at line 107 of file OnABranchPhyloLikelihood.h.
References bpp::LikelihoodCalculationOnABranch::getNumberOfSites(), and likelihoodCalculationOnABranch().
|
inlineoverridevirtual |
Get the independent parameters associated to the rate distribution(s).
Implements bpp::PhyloLikelihoodInterface.
Definition at line 182 of file OnABranchPhyloLikelihood.h.
|
inlineoverridevirtual |
Get the independent parameters associated to the root frequencies(s).
Implements bpp::PhyloLikelihoodInterface.
Definition at line 193 of file OnABranchPhyloLikelihood.h.
|
inlineoverridevirtualinherited |
Implements bpp::SecondOrderDerivable.
Definition at line 155 of file AbstractPhyloLikelihood.h.
|
inlineoverridevirtualinherited |
Implements bpp::SecondOrderDerivable.
Definition at line 160 of file AbstractPhyloLikelihood.h.
References bpp::convert(), and bpp::AbstractPhyloLikelihood::secondOrderDerivativeNode().
|
inline |
Definition at line 254 of file OnABranchPhyloLikelihood.h.
|
inline |
Definition at line 259 of file OnABranchPhyloLikelihood.h.
References secondOrderDerivativeVector().
|
inlineoverridevirtual |
Get the independent parameters associated to substitution model(s).
Implements bpp::PhyloLikelihoodInterface.
Definition at line 172 of file OnABranchPhyloLikelihood.h.
|
inlineoverridevirtualinherited |
Implements bpp::SecondOrderDerivable.
Definition at line 124 of file AbstractPhyloLikelihood.h.
References bpp::convert(), bpp::AbstractPhyloLikelihood::getLikelihoodNode(), and bpp::AbstractPhyloLikelihood::minusLogLik_.
|
inlineoverridevirtual |
Get the number of model classes.
Reimplemented from bpp::AbstractPhyloLikelihood.
Definition at line 132 of file OnABranchPhyloLikelihood.h.
References bpp::LikelihoodCalculation::isInitialized(), and likelihoodCalculationOnABranch().
|
inlineoverridevirtual |
Implements bpp::PhyloLikelihoodInterface.
Definition at line 202 of file OnABranchPhyloLikelihood.h.
References likCal_.
|
inline |
Definition at line 222 of file OnABranchPhyloLikelihood.h.
References likCal_.
Referenced by getNumberOfDistinctSites(), getNumberOfSites(), and isInitialized().
|
inlineinherited |
Definition at line 168 of file AbstractPhyloLikelihood.h.
References bpp::AbstractPhyloLikelihood::accessVariableNode(), bpp::AbstractPhyloLikelihood::context_, bpp::AbstractPhyloLikelihood::firstOrderDerivativeNode(), and bpp::AbstractPhyloLikelihood::secondOrderDerivativeNodes_.
Referenced by bpp::AbstractPhyloLikelihood::getSecondOrderDerivative().
|
inline |
Definition at line 265 of file OnABranchPhyloLikelihood.h.
References bpp::AbstractPhyloLikelihood::accessVariableNode(), bpp::AbstractPhyloLikelihood::context_, firstOrderDerivativeVector(), and secondOrderDerivativeVectors_.
Referenced by getSecondOrderDerivativeVector().
|
inline |
Definition at line 137 of file OnABranchPhyloLikelihood.h.
References likCal_.
|
inlineprotectedinherited |
Definition at line 173 of file AlignedPhyloLikelihood.h.
References bpp::AbstractAlignedPhyloLikelihood::nbSites_.
Referenced by bpp::AbstractAlignedPhyloLikelihoodSet::AbstractAlignedPhyloLikelihoodSet(), bpp::AbstractAlignedPhyloLikelihoodSet::addPhyloLikelihood(), and bpp::AbstractSingleDataPhyloLikelihood::setData().
|
inlineoverridevirtualinherited |
Implements bpp::SecondOrderDerivable.
Definition at line 95 of file AbstractPhyloLikelihood.h.
References bpp::SecondOrderDerivable::setParametersValues().
|
inlineinherited |
Share Parameters, that are DF_parameters.
Definition at line 90 of file AbstractPhyloLikelihood.h.
References bpp::SecondOrderDerivable::getParameters_(), and bpp::ParameterList::shareParameters().
Referenced by bpp::AbstractPhyloLikelihood::AbstractPhyloLikelihood(), and bpp::AbstractPhyloLikelihood::operator=().
|
protectedinherited |
Definition at line 34 of file AbstractPhyloLikelihood.h.
Referenced by bpp::AbstractPhyloLikelihoodSet::addPhyloLikelihood(), bpp::AbstractPhyloLikelihood::context(), bpp::AbstractPhyloLikelihood::firstOrderDerivativeNode(), firstOrderDerivativeVector(), bpp::OneProcessSequencePhyloLikelihood::firstOrderDerivativeVector(), bpp::SingleProcessPhyloLikelihood::firstOrderDerivativeVector(), bpp::PhyloLikelihoodFormula::makeLikelihoodsFromOperator(), bpp::AbstractPhyloLikelihood::operator=(), bpp::AbstractPhyloLikelihood::secondOrderDerivativeNode(), secondOrderDerivativeVector(), bpp::OneProcessSequencePhyloLikelihood::secondOrderDerivativeVector(), and bpp::SingleProcessPhyloLikelihood::secondOrderDerivativeVector().
|
mutableprotectedinherited |
For Dataflow computing.
Definition at line 44 of file AbstractPhyloLikelihood.h.
Referenced by bpp::AbstractPhyloLikelihood::firstOrderDerivativeNode().
|
mutableprotected |
For Dataflow computing.
Definition at line 40 of file OnABranchPhyloLikelihood.h.
Referenced by firstOrderDerivativeVector().
|
mutableprotected |
Definition at line 35 of file OnABranchPhyloLikelihood.h.
Referenced by alignedLikelihoodCalculation(), getAlignedLikelihoodCalculation(), getLikelihoodCalculation(), getLikelihoodCalculationOnABranch(), likelihoodCalculation(), likelihoodCalculationOnABranch(), OnABranchPhyloLikelihood(), and setModel().
|
mutableprotectedinherited |
the value
Definition at line 39 of file AbstractPhyloLikelihood.h.
Referenced by bpp::AbstractPhyloLikelihood::getValue(), and bpp::AbstractPhyloLikelihood::operator=().
|
protectedinherited |
Definition at line 111 of file AlignedPhyloLikelihood.h.
Referenced by bpp::AlignedPhyloLikelihoodMixture::AlignedPhyloLikelihoodMixture(), bpp::AbstractAlignedPhyloLikelihood::getNumberOfSites(), bpp::MixtureProcessPhyloLikelihood::getPosteriorProbabilitiesPerSitePerProcess(), bpp::AbstractAlignedPhyloLikelihood::operator=(), and bpp::AbstractAlignedPhyloLikelihood::setNumberOfSites().
|
mutableprotectedinherited |
Definition at line 48 of file AbstractPhyloLikelihood.h.
Referenced by bpp::AbstractPhyloLikelihood::secondOrderDerivativeNode().
|
mutableprotected |
Definition at line 44 of file OnABranchPhyloLikelihood.h.
Referenced by secondOrderDerivativeVector().