|
Stratax
Scientific computing containers and operations
|
#include "Buffer.hpp"#include "Concepts.hpp"#include "Exceptions.hpp"#include "Validation.hpp"#include <ostream>Go to the source code of this file.
Classes | |
| class | stratax::core::Shape |
| Stores a list of dimension lengths for an array shape. More... | |
| struct | stratax::core::Shape::allow_zero_t |
Namespaces | |
| namespace | stratax |
| namespace | stratax::core |
Functions | |
| std::ostream & | stratax::core::operator<< (std::ostream &os, const Shape &shape) |
| Writes a shape to a stream in tuple-like form. | |