Go to the source code of this file.
|
| AmpGen::DECLARE_ARGUMENT (disableBatch, bool) |
|
| AmpGen::DECLARE_ARGUMENT (includeParameters, bool) |
|
| AmpGen::DECLARE_ARGUMENT (includePythonBindings, bool) |
|
template<typename return_type> |
CompiledExpression< void(return_type *, const double *, const double *)> | AmpGen::make_rto_expression (const Expression &expression, const std::string &name) |
|
template<typename return_type> |
CompiledExpression< return_type(const double *, const double *)> | AmpGen::make_expression (const Expression &expression, const std::string &name) |
|
template<typename return_type, typename arg1 = double, typename arg2 = double, typename... arg_types> |
CompiledExpression< return_type(const arg1 *, const arg2 *)> | AmpGen::make_expression (const Expression &expression, const std::string &name, const arg_types &... args) |
|