Tensor
A C++ expression template library for computations on N dimensional tensors
Classes | Namespaces
tensor_container.hpp File Reference
#include <nano/nano.hpp>
#include <array>
#include <vector>
Include dependency graph for tensor_container.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ftl::TensorContainer< Dtype, Sizes >
 Container for tensor data depending on if the tensor is static (dimension sizes, and hence the total number of elements, are known at compile time – uses std::array) or dynamic (dimension sizes are not known at compile time – uses std::vector). More...
 
class  ftl::TensorContainer< Dtype, SizeFirst, SizeRest...>
 
class  ftl::TensorContainer< Dtype >
 

Namespaces

 ftl