-
#include "tensorstore/index_space/transformed_array.h"
-
template <typename Expr, typename T>
auto tensorstore::ApplyIndexTransform(Expr&& expr, T&& t); Applies a function that operates on an IndexTransform to a strided (non-transformed) array. The result is always a
TransformedArray
.This allows
DimExpression
objects to be used with regular strided arrays.