21#ifndef dftfeOptimizedIndexSet_h
22#define dftfeOptimizedIndexSet_h
size_type d_numContiguousRanges
Store the number of contiguous ranges in the input set of indices.
Definition OptimizedIndexSet.h:64
std::vector< size_type > d_numEntriesBefore
Definition OptimizedIndexSet.h:77
bool operator==(const OptimizedIndexSet< T > &rhs) const
~OptimizedIndexSet()=default
std::vector< T > d_contiguousRanges
Definition OptimizedIndexSet.h:73
void getPosition(const T &index, size_type &pos, bool &found) const
Definition OptimizedIndexSet.t.cc:80
OptimizedIndexSet(const std::set< T > &inputSet=std::set< T >())
Constructor.
Definition OptimizedIndexSet.t.cc:34
Definition pseudoPotentialToDftfeConverter.cc:34
unsigned int size_type
Definition TypeConfig.h:6