|
SIRIUS 7.5.0
Electronic structure library and applications
|
Pair of <local index, block_id> describing the location of a global index element. More...
#include <splindex.hpp>
Public Member Functions | |
| location_t (typename Index_t::local index_local__, block_id ib__) | |
| Constructor. More... | |
Public Attributes | |
| Index_t::local | index_local |
| Local index inside a block. More... | |
| block_id | ib |
| Index of the block. More... | |
Pair of <local index, block_id> describing the location of a global index element.
Definition at line 135 of file splindex.hpp.
|
inline |
Constructor.
Definition at line 142 of file splindex.hpp.
| Index_t::local sirius::splindex< Index_t >::location_t::index_local |
Local index inside a block.
Definition at line 138 of file splindex.hpp.
| block_id sirius::splindex< Index_t >::location_t::ib |
Index of the block.
Definition at line 140 of file splindex.hpp.