TBTK
Need a break? Support the development by playing Polarity Puzzles
IndexTree.h File Reference

Data structure for mapping physical indices to a linear index. More...

#include "TBTK/Index.h"
#include "TBTK/Serializable.h"
#include "TBTK/Streamable.h"
#include <vector>

Go to the source code of this file.

Classes

class  TBTK::IndexTree
 Data structure for mapping physical indices to linear indices. More...
 
class  TBTK::IndexTree::ConstIterator
 

Functions

bool TBTK::operator!= (const IndexTree &lhs, const IndexTree &rhs)
 

Detailed Description

Data structure for mapping physical indices to a linear index.

Author
Kristofer Björnson

Function Documentation

◆ operator!=()

bool TBTK::operator!= ( const IndexTree lhs,
const IndexTree rhs 
)
inline

Inequality operator.

Parameters
lhsThe left hand side of the comparison operator.
rhsThe right hand side of the comparison operator.
Falseif the two IndexTrees describe identical Index structures, otherwise true.