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

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>
Include dependency graph for tensor.h:
This graph shows which files directly or indirectly include this file:

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)

Detailed Description

Header of the Tensor class.

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

Definition in file tensor.h.