NESSi  v1.0.2
The NonEquilibrium Systems Simulation Library

◆ G() [1/2]

template<typename T >
cntr::herm_matrix_timestep_view< T > & cntr::distributed_timestep_array< T >::G ( int  j)

Get the pointer to the herm_matrix_timestep for the j-th block

Purpose

Return the pointer to the to the herm_matrix_timestep for the j-th block (=mpi rank)

Parameters
j

Block number (=mpi rank number)

Definition at line 160 of file cntr_distributed_timestep_array_impl.hpp.

Referenced by cntr::distributed_timestep_array< T >::distributed_timestep_array(), and cntr::distributed_timestep_array< T >::operator=().

160  {
161  assert(0<=j && 0<=n_-1);
162  return G_[j];
163 }
+ Here is the caller graph for this function: