Tensor
A C++ expression template library for computations on N dimensional tensors
Classes | Namespaces | Typedefs
tensor_static_cpu.hpp File Reference
#include <iostream>
#include "mapper.hpp"
#include "tensor_expression_static_cpu.hpp"
#include <type_traits>
Include dependency graph for tensor_static_cpu.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ftl::TensorInterface< Traits >
 
class  ftl::TensorInterface< TensorTraits< DT, CPU, SF, SR...> >
 

Namespaces

 ftl
 

Typedefs

template<typename DT , size_t SF, size_t... SR>
using ftl::StaticTensorCpu = TensorInterface< TensorTraits< DT, CPU, SF, SR...>>