#include <bsta_basic_functors.h>
Definition at line 246 of file bsta_basic_functors.h.
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 = false |
| is this functor valid for its distribution type. | |
Classes | |
| struct | rebind |
| rebind this functor to another distribution type. More... | |
| typedef dist_::math_type bsta_diag_covar_functor< dist_ >::T |
Definition at line 249 of file bsta_basic_functors.h.
| typedef dist_::vector_type bsta_diag_covar_functor< dist_ >::vector_ |
Definition at line 250 of file bsta_basic_functors.h.
| typedef vector_ bsta_diag_covar_functor< dist_ >::return_T |
Definition at line 251 of file bsta_basic_functors.h.
| typedef return_T bsta_diag_covar_functor< dist_ >::return_type |
Definition at line 252 of file bsta_basic_functors.h.
| anonymous enum |
| bool bsta_diag_covar_functor< dist_ >::operator() | ( | const dist_ & | d, | |
| return_T & | retval | |||
| ) | const [inline] |
const bool bsta_diag_covar_functor< dist_ >::valid_functor = false [static] |
is this functor valid for its distribution type.
Definition at line 255 of file bsta_basic_functors.h.
1.5.1