make_array.h File Reference
#include "TiledArray/external/madness.h"
#include "TiledArray/shape.h"
#include "TiledArray/type_traits.h"
Include dependency graph for make_array.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
Eigen | |
Forward declarations. | |
TiledArray | |
Functions | |
template<typename Array , typename Op , typename std::enable_if< is_dense< Array >::value >::type * = nullptr> | |
Array | TiledArray::make_array (World &world, const detail::trange_t< Array > &trange, const std::shared_ptr< detail::pmap_t< Array > > &pmap, Op &&op) |
Construct dense Array. More... | |
template<typename Array , typename Op > | |
Array | TiledArray::make_array (World &world, const detail::trange_t< Array > &trange, Op &&op) |
Construct an Array. More... | |