to_new_tile_type.h
decltype(auto) to_new_tile_type(DistArray< Tile, Policy > const &old_array, Op &&op)
Function to convert an array to a new array with a different tile type.
Definition: to_new_tile_type.h:71
Op op_
Definition: to_new_tile_type.h:44
cast_then_op(const Op &op)
Definition: to_new_tile_type.h:40
Op op_
Definition: to_new_tile_type.h:56
auto operator()(const Tile &tile) const
Definition: to_new_tile_type.h:42
cast_then_op(const Op &op)
Definition: to_new_tile_type.h:50
Definition: array_impl.cpp:28
auto operator()(const SrcTile &tile) const
Definition: to_new_tile_type.h:52