Tannic
A C++ Tensor Library
|
#include <type_traits>
#include <array>
#include <cstdint>
#include <cassert>
#include <initializer_list>
#include <ostream>
#include "concepts.hpp"
#include "indexing.hpp"
#include "exceptions.hpp"
Go to the source code of this file.
Classes | |
class | tannic::Shape |
Represents the shape (dimensions) of an tensor-like expression. More... | |
Namespaces | |
namespace | tannic |
Functions | |
constexpr bool | tannic::operator== (Shape const &first, Shape const &second) |
Equality comparison operator for shapes. | |
std::ostream & | tannic::operator<< (std::ostream &os, Shape const &shape) |