|
Tensor
A C++ expression template library for computations on N dimensional tensors
|
#include <nano/nano.hpp>#include <array>#include <vector>

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 | |
1.8.9.1