A functor to return the variance 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 = 1 } |
typedef dist_::math_type | T |
typedef T | return_T |
typedef return_T | return_type |
Public Member Functions | |
bool | operator() (dist_ const &, return_T &) const |
The main function. | |
Static Public Attributes | |
static const bool | valid_functor = false |
is this functor valid for its distribution type. |
A functor to return the variance of the Gaussian.
Definition at line 179 of file bsta_basic_functors.h.
typedef T bsta_var_functor< dist_ >::return_T |
Definition at line 183 of file bsta_basic_functors.h.
typedef return_T bsta_var_functor< dist_ >::return_type |
Definition at line 184 of file bsta_basic_functors.h.
typedef dist_::math_type bsta_var_functor< dist_ >::T |
Definition at line 182 of file bsta_basic_functors.h.
anonymous enum |
Definition at line 185 of file bsta_basic_functors.h.
bool bsta_var_functor< dist_ >::operator() | ( | dist_ const & | , |
return_T & | |||
) | const [inline] |
The main function.
Definition at line 203 of file bsta_basic_functors.h.
const bool bsta_var_functor< dist_ >::valid_functor = false [static] |
is this functor valid for its distribution type.
Definition at line 187 of file bsta_basic_functors.h.