![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
Headers files for the gum::FormulaPart and gum::Formula classes. More...
#include <iostream>#include <list>#include <memory>#include <sstream>#include <stack>#include <string>#include <vector>#include <agrum/agrum.h>#include <agrum/base/core/hashTable.h>#include <agrum/base/core/math/formula_inl.h>Go to the source code of this file.
Classes | |
| class | gum::FormulaPart |
| Represents part of a formula. More... | |
| class | gum::Formula |
| Evaluates a string as a algebraic formula. More... | |
Namespaces | |
| namespace | gum |
| gum is the global namespace for all aGrUM entities | |
| namespace | gum::formula |
Functions | |
| Formula | gum::operator- (const Formula &a) |
| Formula | gum::operator+ (const Formula &a, const Formula &b) |
| Formula | gum::operator- (const Formula &a, const Formula &b) |
| Formula | gum::operator* (const Formula &a, const Formula &b) |
| Formula | gum::operator/ (const Formula &a, const Formula &b) |
| std::string | gum::to_string (const Formula &f) |
| std::ostream & | gum::operator<< (std::ostream &os, const Formula &f) |
Headers files for the gum::FormulaPart and gum::Formula classes.
Definition in file formula.h.