Tensor
A C++ expression template library for computations on N dimensional tensors
ftl::TensorExpression< Expression, Traits > Class Template Reference

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>

Detailed Description

template<typename Expression, typename Traits>
class ftl::TensorExpression< Expression, Traits >

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.

Template Parameters
ExpressionThe expression
TraitsThe traits which define the expression, for example specifying that the expression uses static containers and GPU implemenations

The documentation for this class was generated from the following file: