![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
Header of the Tensor class. More...
#include <functional>#include <vector>#include <agrum/agrum.h>#include <agrum/base/multidim/implementations/multiDimDecorator.h>#include <agrum/base/multidim/tensor_tpl.h>Go to the source code of this file.
Classes | |
| class | gum::Tensor< GUM_SCALAR > |
| aGrUM's Tensor is a multi-dimensional array with tensor operators. More... | |
Namespaces | |
| namespace | gum |
| gum is the global namespace for all aGrUM entities | |
Functions | |
| template<typename GUM_SCALAR> | |
| Tensor< GUM_SCALAR > | gum::log2 (const Tensor< GUM_SCALAR > &arg) |
| template<typename GUM_SCALAR> | |
| Tensor< GUM_SCALAR > | gum::abs (const Tensor< GUM_SCALAR > &arg) |
| template<typename GUM_SCALAR> | |
| Tensor< GUM_SCALAR > | gum::sq (const Tensor< GUM_SCALAR > &arg) |
Header of the Tensor class.
Definition in file tensor.h.