A functor to return the mean of the Gaussian. More...
#include <bsta_basic_functors.h>
Classes | |
struct | rebind |
rebind this functor to another distribution type. More... | |
Public Types | |
enum | { return_dim = dist_::dimension } |
typedef dist_::math_type | T |
typedef dist_::vector_type | vector_ |
typedef vector_ | return_T |
typedef return_T | return_type |
Public Member Functions | |
bool | operator() (const dist_ &d, return_T &retval) const |
The main function. | |
Static Public Attributes | |
static const bool | valid_functor = true |
is this functor valid for its distribution type. |
A functor to return the mean of the Gaussian.
Definition at line 127 of file bsta_basic_functors.h.
typedef vector_ bsta_mean_functor< dist_, Disambiguate >::return_T |
Definition at line 132 of file bsta_basic_functors.h.
typedef return_T bsta_mean_functor< dist_, Disambiguate >::return_type |
Definition at line 133 of file bsta_basic_functors.h.
typedef dist_::math_type bsta_mean_functor< dist_, Disambiguate >::T |
Definition at line 130 of file bsta_basic_functors.h.
typedef dist_::vector_type bsta_mean_functor< dist_, Disambiguate >::vector_ |
Definition at line 131 of file bsta_basic_functors.h.
anonymous enum |
Definition at line 136 of file bsta_basic_functors.h.
bool bsta_mean_functor< dist_, Disambiguate >::operator() | ( | const dist_ & | d, |
return_T & | retval | ||
) | const [inline] |
The main function.
Definition at line 145 of file bsta_basic_functors.h.
const bool bsta_mean_functor< dist_, Disambiguate >::valid_functor = true [static] |
is this functor valid for its distribution type.
Definition at line 135 of file bsta_basic_functors.h.