Tannic
A C++ Tensor Library
Loading...
Searching...
No Matches
shape.hpp File Reference
#include <type_traits>
#include <array>
#include <cstdint>
#include <cassert>
#include <initializer_list>
#include <ostream>
#include "concepts.hpp"
#include "indexing.hpp"
#include "exceptions.hpp"
Include dependency graph for shape.hpp:
This graph shows which files directly or indirectly include this file:

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)