MADNESS 0.10.1
|
#include <madness/mra/indexit.h>
#include <madness/mra/funcdefaults.h>
#include <algorithm>
#include <array>
#include <functional>
#include <iterator>
#include <optional>
#include <tuple>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | madness::BoxSurfaceDisplacementFilter< NDIM > |
class | madness::BoxSurfaceDisplacementRange< NDIM > |
class | madness::Displacements< NDIM > |
Holds displacements for applying operators to avoid replicating for all operators. More... | |
class | madness::BoxSurfaceDisplacementRange< NDIM >::Iterator |
Iterator class for lazy generation of surface points. More... | |
Namespaces | |
namespace | madness |
Namespace for all elements and tools of MADNESS. | |
Functions | |
constexpr std::array< std::size_t, N-M > | madness::iota_array (std::array< std::size_t, M > values_to_skip_sorted) |