ParaMonte C++ 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
#include <cstdint>
Go to the source code of this file.
Functions | |
int32_t | runParaDRAML (long double(*getLogFunc)(long double state[], int32_t ndim), const int32_t ndim, const char *input) |
int32_t | runParaDRAMD (double(*getLogFunc)(double state[], int32_t ndim), const int32_t ndim, const char *input) |
int32_t | runParaDRAMF (float(*getLogFunc)(float state[], int32_t ndim), const int32_t ndim, const char *input) |