to_new_tile_type.h File Reference
#include "../dist_array.h"
Include dependency graph for to_new_tile_type.h:
This graph shows which files directly or indirectly include this file:
Classes | |
struct | TiledArray::detail::cast_then_op< Tile, Tile, Op, void > |
struct | TiledArray::detail::cast_then_op< DstTile, SrcTile, Op, std::enable_if_t<!std::is_same< DstTile, SrcTile >::value > > |
Namespaces | |
TiledArray | |
TiledArray::detail | |
Functions | |
template<typename Tile , typename ConvTile = Tile, typename Policy , typename Op > | |
decltype(auto) | TiledArray::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. More... | |