block_range.h File Reference
#include <TiledArray/range.h>
Include dependency graph for block_range.h:
This graph shows which files directly or indirectly include this file:

Classes

class  TiledArray::BlockRange
 Range that references a subblock of another range. More...
 

Namespaces

 TiledArray
 

Functions

bool TiledArray::is_congruent (const BlockRange &r1, const BlockRange &r2)
 Test that two BlockRange objects are congruent. More...
 
bool TiledArray::is_congruent (const BlockRange &r1, const Range &r2)
 Test that BlockRange and Range are congruent. More...
 
bool TiledArray::is_congruent (const Range &r1, const BlockRange &r2)
 Test that Range and BlockRange are congruent. More...
 
bool TiledArray::operator== (const BlockRange &r1, const BlockRange &r2)
 BlockRange equality comparison. More...
 
bool TiledArray::is_contiguous (const BlockRange &range)