NESSi  v1.0.2
The NonEquilibrium Systems Simulation Library

◆ rank_owns()

template<typename T>
bool cntr::distributed_array< T >::rank_owns ( int  k) const
inline

Definition at line 54 of file cntr_distributed_array_decl.hpp.

54 {return tid_map()[k] == tid();}
std::vector< int > tid_map(void) const