Nuacht

Hi, I am working with MCMC chains using Monte python and CLASS together for which I need to introduce a new 'cosmo' parameter in the Monte Python input file, like the following: in a .param file: d ...
How can I suggest to pybind11 that a function takes actual class instead of object as parameter - eg Type [X] instead of X? Option would be also not a exclusively pybind11 solution - maybe something ...