|
Jafar
|
A weighted gaussian vector, add a weight to a GaussianVector. More...
A weighted gaussian vector, add a weight to a GaussianVector.
Definition at line 66 of file gaussianVector.hpp.
#include <gaussianVector.hpp>

Public Member Functions | |
| WeightedGaussianVector (std::size_t size_) | |
| WeightedGaussianVector (const jblas::vec &x_, const jblas::sym_mat &P_, double w_=1.0) | |
| WeightedGaussianVector (const GaussianVector &gv_, double w_=1.0) | |
| WeightedGaussianVector (const WeightedGaussianVector &v_) | |
Public Attributes | |
| double | w |
| weight | |
Friends | |
| std::ostream & | operator<< (std::ostream &s, const WeightedGaussianVector &v_) |
| Generated on Wed Oct 15 2014 00:37:40 for Jafar by doxygen 1.7.6.1 |
|