5#include <stratax/core/dtypes/Concepts.hpp>
6#include <stratax/containers/Matrix.hpp>
7#include <stratax/containers/Tensor.hpp>
8#include <stratax/containers/Vector.hpp>
9#include <stratax/core/Shape.hpp>
11namespace stratax::creation {
179 for (std::size_t i = 0; i < size; ++i)
Two-dimensional owning array of numeric values.
Arbitrary-rank owning array of numeric values.
One-dimensional owning array of numeric values.
Stores the dimensions of a multidimensional array.