tiled_range1.h File Reference
#include <TiledArray/error.h>
#include <TiledArray/type_traits.h>
#include <TiledArray/utility.h>
#include <cassert>
#include <initializer_list>
#include <mutex>
#include <vector>
Include dependency graph for tiled_range1.h:
This graph shows which files directly or indirectly include this file:

Classes

class  TiledArray::TiledRange1
 

Namespaces

 madness
 
 madness::archive
 
 TiledArray
 

Functions

void TiledArray::swap (TiledRange1 &r0, TiledRange1 &r1)
 Exchange the data of the two given ranges. More...
 
bool TiledArray::operator== (const TiledRange1 &r1, const TiledRange1 &r2)
 Equality operator. More...
 
bool TiledArray::operator!= (const TiledRange1 &r1, const TiledRange1 &r2)
 Inequality operator. More...
 
std::ostream & TiledArray::operator<< (std::ostream &out, const TiledRange1 &rng)
 TiledRange1 ostream operator. More...
 
TiledRange1 TiledArray::concat (const TiledRange1 &r1, const TiledRange1 &r2)
 Concatenates two ranges. More...
 
bool TiledArray::is_congruent (const TiledRange1 &r1, const TiledRange1 &r2)
 Test that two TiledRange1 objects are congruent. More...