Stratax
Scientific computing containers and operations
Loading...
Searching...
No Matches
Strides.hpp File Reference
#include "Buffer.hpp"
#include "Shape.hpp"
#include "Exceptions.hpp"
#include "Validation.hpp"
#include <cstddef>
#include <stdexcept>
#include <utility>
#include <ostream>

Go to the source code of this file.

Classes

class  stratax::core::Strides
 Stores strides for a shape in contiguous memory. More...

Namespaces

namespace  stratax
namespace  stratax::core

Functions

std::ostream & stratax::core::operator<< (std::ostream &os, const Strides &stride)
 Writes stride values in tuple-like form.