A functor to return the determinant of the covariance of the Gaussian. More...
#include <bsta_basic_functors.h>
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() (const dist_ &d, return_T &retval) const |
The main function. |
A functor to return the determinant of the covariance of the Gaussian.
Definition at line 316 of file bsta_basic_functors.h.
typedef T bsta_det_covar_functor< dist_ >::return_T |
Definition at line 320 of file bsta_basic_functors.h.
typedef return_T bsta_det_covar_functor< dist_ >::return_type |
Definition at line 321 of file bsta_basic_functors.h.
typedef dist_::math_type bsta_det_covar_functor< dist_ >::T |
Definition at line 319 of file bsta_basic_functors.h.
anonymous enum |
Definition at line 322 of file bsta_basic_functors.h.
bool bsta_det_covar_functor< dist_ >::operator() | ( | const dist_ & | d, |
return_T & | retval | ||
) | const [inline] |
The main function.
Definition at line 325 of file bsta_basic_functors.h.