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

Go to the source code of this file.

Classes

class  tannic::Strides
 Represents the memory strides associated with a tensor shape. More...
 

Namespaces

namespace  tannic
 

Functions

constexpr bool tannic::operator== (Strides const &first, Strides const &second)
 Equality comparison for strides.
 
std::ostream & tannic::operator<< (std::ostream &os, Strides const &strides)