2 #ifndef vpdl_gaussian_base_h_ 3 #define vpdl_gaussian_base_h_ 22 template<
class T,
unsigned int n=0>
41 #endif // vpdl_gaussian_base_h_ virtual void set_mean(const vector &mean)=0
Set the mean.
virtual ~vpdl_gaussian_base()
Destructor.
The templated base class for all distributions.
The abstract base class for Gaussian distributions.
The base class for all probability distributions.
virtual const vector & mean() const =0
Access the mean directly.
vpdt_field_default< T, n >::type vector
the data type used for vectors.