|
TiledArray
0.7.0
|


Go to the source code of this file.
Classes | |
| class | Eigen::aligned_allocator< typename > |
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... | |