util.h File Reference
#include "mpqc/math/external/tiledarray/tiledarray.h"
Include dependency graph for util.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
mpqc | |
The top-level namespace for all Massively Parallel Quantum Chemistry package. | |
mpqc::utility | |
Functions | |
TA::TiledRange1 | mpqc::utility::compute_trange1 (std::size_t range_size, std::size_t target_block_size) |
TA::TiledRange1 | mpqc::utility::replicate_trange1 (TA::TiledRange1 const &tr0, int64_t size) |
This extends 1D tiled range by repeating it multiple times. More... | |