We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rank
xarray_adapter
1 parent d32323a commit c1dc7fdCopy full SHA for c1dc7fd
include/xtensor/xarray.hpp
@@ -230,6 +230,7 @@ namespace xt
230
using backstrides_type = typename base_type::backstrides_type;
231
using temporary_type = typename semantic_base::temporary_type;
232
using expression_tag = Tag;
233
+ constexpr static std::size_t rank = SIZE_MAX;
234
235
xarray_adaptor(storage_type&& storage);
236
xarray_adaptor(const storage_type& storage);
0 commit comments