file Backends/interoperability.hpp
[No description available] More…
Detailed Description
Author: Pat Scott (p.scott@imperial.ac.uk)
Date: 2017 Dec
All codes needed for accessing backends written in other languages.
Authors (add name and date if you modify):
Source code
// GAMBIT: Global and Modular BSM Inference Tool
// *********************************************
/// \file
///
/// All codes needed for accessing backends written
/// in other languages.
///
/// *********************************************
///
/// Authors (add name and date if you modify):
///
/// \author Pat Scott
/// (p.scott@imperial.ac.uk)
/// \date 2017 Dec
///
/// *********************************************
#ifndef __interoperability_hpp__
#define __interoperability_hpp__
#include "gambit/Backends/interoperability_macros.hpp"
#include "gambit/Backends/mathematica_macros.hpp"
#include "gambit/Backends/python_macros.hpp"
#endif // #defined __interoperability_hpp__
Updated on 2024-07-18 at 13:53:35 +0000