TBTK
|
Need a break? Support the development by playing Polarity Puzzles |
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) |
Data structure for mapping physical indices to a linear index.
Inequality operator.
lhs | The left hand side of the comparison operator. |
rhs | The right hand side of the comparison operator. |
False | if the two IndexTrees describe identical Index structures, otherwise true. |