|
teqp 0.23.1
|
#include <vector>#include <variant>#include <valarray>#include <optional>#include "teqp/types.hpp"#include "teqp/constants.hpp"#include "teqp/exceptions.hpp"#include "cubicsuperancillary.hpp"#include "teqp/json_tools.hpp"#include "teqp/math/pow_templates.hpp"#include "nlohmann/json.hpp"#include <Eigen/Dense>#include "teqp/models/cubics/simple_cubics.hpp"#include "teqp/models/activity/activity_models.hpp"Go to the source code of this file.
Classes | |
| class | teqp::AdvancedPRaEres< NumType, AlphaFunctions > |
Namespaces | |
| namespace | teqp |
Typedefs | |
| using | teqp::advancedPRaEres_t = decltype(make_AdvancedPRaEres({})) |
Enumerations | |
| enum class | teqp::AdvancedPRaEMixingRules { teqp::knotspecified , teqp::kLinear , teqp::kQuadratic } |
Functions | |
| teqp::NLOHMANN_JSON_SERIALIZE_ENUM (AdvancedPRaEMixingRules, { {AdvancedPRaEMixingRules::knotspecified, nullptr}, {AdvancedPRaEMixingRules::kLinear, "Linear"}, {AdvancedPRaEMixingRules::kQuadratic, "Quadratic"}, }) struct AdvancedPRaEOptions | |
| void | teqp::from_json (const json &j, AdvancedPRaEOptions &o) |
| auto | teqp::make_AdvancedPRaEres (const nlohmann::json &j) |