NESSi  v1.0.2
The NonEquilibrium Systems Simulation Library

◆ tvptr()

template<typename T>
cplx* cntr::herm_matrix_timestep< T >::tvptr ( int  i)
inline

Definition at line 68 of file cntr_herm_matrix_timestep_decl.hpp.

Referenced by cntr::green_single_pole_XX_timestep(), cntr::herm_matrix_timestep_view< T >::herm_matrix_timestep_view(), cntr::herm_matrix_timestep< T >::set_timestep(), cntr::herm_matrix_timestep_view< T >::set_timestep(), and cntr::herm_matrix_timestep_view< T >::set_to_data().

68  {
69  return data_ + (tstp_ + 1 + i) * element_size_;
70  }
+ Here is the caller graph for this function: