Tensor
A C++ expression template library for computations on N dimensional tensors
|
Defines a general tensor expression so that opertions on tensor expressions can be defined the syntax of the operations to look as they would mathematically. More...
#include <tensor_expression_interface.hpp>
Defines a general tensor expression so that opertions on tensor expressions can be defined the syntax of the operations to look as they would mathematically.
Expression | The expression |
Traits | The traits which define the expression, for example specifying that the expression uses static containers and GPU implemenations |