teqp 0.22.0
|
#include <map>
#include <set>
#include <variant>
#include "teqp/constants.hpp"
#include "teqp/types.hpp"
#include "teqp/exceptions.hpp"
#include <Eigen/Dense>
#include "teqp/math/pow_templates.hpp"
#include "teqp/models/association/association_types.hpp"
#include "teqp/json_tools.hpp"
Go to the source code of this file.
Classes | |
struct | teqp::association::AssociationOptions |
class | teqp::association::Association |
struct | teqp::association::Association::IndexMapper |
Namespaces | |
namespace | teqp |
namespace | teqp::association |
namespace | teqp::association::DufalMatrices |
Functions | |
void | teqp::association::from_json (const nlohmann::json &j, AssociationOptions &o) |
Variables | |
const std::unordered_map< int, Eigen::MatrixXd > | teqp::association::DufalMatrices::bcoeffs |