#include "TensorShape.h"
#include "txeo/TensorIterator.h"
#include <cstddef>
#include <exception>
#include <initializer_list>
#include <memory>
#include <type_traits>
#include <vector>
Go to the source code of this file.
|
class | txeo::Tensor< T > |
| Implements the mathematical concept of tensor, which is a magnitude of multiple order. A tensor of order zero is defined to be a scalar, of order one a vector, of order two a matrix and so on. Each order of the tensor has a dimension. Elements are addressed via multidimensional indexing. More...
|
|
class | txeo::TensorError |
| Exceptions concerning txeo::Tensor. More...
|
|