Canoe
Comprehensive Atmosphere N' Ocean Engine
|
#include <memory>
#include <string>
#include <vector>
#include <Eigen/Core>
#include <athena/athena.hpp>
#include <configure.hpp>
#include <virtual_groups.hpp>
#include "mcmc.hpp"
Go to the source code of this file.
Classes | |
class | Inversion |
class | InversionsFactory |
Namespaces | |
InversionHelper | |
Typedefs | |
using | InversionPtr = std::shared_ptr< Inversion > |
using | AllInversions = std::vector< std::shared_ptr< Inversion > > |
Functions | |
void | InversionHelper::read_observation_file (Eigen::VectorXd *target, Eigen::MatrixXd *icov, std::string fname) |
void | InversionHelper::gather_probability (std::vector< Inversion * > const &fitq) |
using InversionPtr = std::shared_ptr<Inversion> |
Definition at line 109 of file inversion.hpp.
using AllInversions = std::vector<std::shared_ptr<Inversion> > |
Definition at line 110 of file inversion.hpp.