aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
continuousVariable.h File Reference

Header of ContinuousVariable. More...

#include <iostream>
#include <limits>
#include <sstream>
#include <string>
#include <agrum/agrum.h>
#include <agrum/base/variables/IContinuousVariable.h>
#include <agrum/base/variables/continuousVariable_tpl.h>
#include <agrum/base/variables/continuousVariable_inl.h>
Include dependency graph for continuousVariable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::ContinuousVariable< GUM_SCALAR >
 Defines a continuous random variable. More...

Namespaces

namespace  gum
 gum is the global namespace for all aGrUM entities

Functions

template<typename T_VAL>
std::ostream & gum::operator<< (std::ostream &, const ContinuousVariable< T_VAL > &)
 for friendly displaying the content of the variable

Detailed Description

Header of ContinuousVariable.

Author
Christophe GONZALES(_at_AMU) and Pierre-Henri WUILLEMIN(_at_LIP6)

Definition in file continuousVariable.h.