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 = dist_::dimension } | 
| typedef bsta_gaussian_indep< T, n > | dist_ | 
| 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 variance of the Gaussian.
Definition at line 287 of file bsta_basic_functors.h.
| typedef bsta_gaussian_indep<T,n> bsta_diag_covar_functor< bsta_num_obs< bsta_gaussian_indep< T, n > > >::dist_ | 
Definition at line 290 of file bsta_basic_functors.h.
| typedef vector_ bsta_diag_covar_functor< bsta_num_obs< bsta_gaussian_indep< T, n > > >::return_T | 
Definition at line 292 of file bsta_basic_functors.h.
| typedef return_T bsta_diag_covar_functor< bsta_num_obs< bsta_gaussian_indep< T, n > > >::return_type | 
Definition at line 293 of file bsta_basic_functors.h.
| typedef dist_::vector_type bsta_diag_covar_functor< bsta_num_obs< bsta_gaussian_indep< T, n > > >::vector_ | 
Definition at line 291 of file bsta_basic_functors.h.
| anonymous enum | 
Definition at line 294 of file bsta_basic_functors.h.
| bool bsta_diag_covar_functor< bsta_num_obs< bsta_gaussian_indep< T, n > > >::operator() | ( | const dist_ & | d, | 
| return_T & | retval | ||
| ) | const  [inline] | 
The main function.
Definition at line 305 of file bsta_basic_functors.h.
| const bool bsta_diag_covar_functor< bsta_num_obs< bsta_gaussian_indep< T, n > > >::valid_functor = true  [static] | 
is this functor valid for its distribution type.
Definition at line 296 of file bsta_basic_functors.h.
 1.7.5.1
 1.7.5.1