25 #include <queso/TKFactoryMALA.h> 
   26 #include <queso/MetropolisAdjustedLangevinTK.h> 
   27 #include <queso/BayesianJointPdf.h> 
   32 template <
class DerivedTK>
 
   33 SharedPtr<BaseTKGroup<GslVector, GslMatrix> >::Type
 
   36   SharedPtr<BaseTKGroup<GslVector, GslMatrix> >::Type new_tk;
 
   43   new_tk.reset(
new DerivedTK(this->m_options->m_prefix.c_str(),
 
   46                              *(this->m_initial_cov_matrix)));
 
TKFactoryMALA< MetropolisAdjustedLangevinTK< GslVector, GslMatrix > > tk_factory_mala("mala")
 
A class for handling Bayesian joint PDFs. 
 
virtual SharedPtr< BaseTKGroup< GslVector, GslMatrix > >::Type build_tk()