class Gambit::Scanner::like_ptr
likelihood pointer holder for scanner plugins.
#include <factory_defs.hpp>
Inherits from Gambit::Scanner::scan_ptr< double(std::unordered_map< std::string, double > &)>
Public Functions
Name | |
---|---|
like_ptr() | |
like_ptr(void * in) | |
double | operator()(const std::vector< double > & vec) |
double | operator()(hyper_cube_ref< double > vec) |
double | operator()(std::unordered_map< std::string, double > & map, bool use_prior =false) |
Public Functions Documentation
function like_ptr
inline like_ptr()
function like_ptr
inline like_ptr(
void * in
)
function operator()
inline double operator()(
const std::vector< double > & vec
)
function operator()
inline double operator()(
hyper_cube_ref< double > vec
)
function operator()
inline double operator()(
std::unordered_map< std::string, double > & map,
bool use_prior =false
)
Updated on 2024-07-18 at 13:53:32 +0000