NESSi  v1.0.2
The NonEquilibrium Systems Simulation Library

◆ deriv1_timestep()

template<typename T >
void cntr::deriv1_timestep ( int  tstp,
herm_matrix< T > &  dA,
herm_matrix< T > &  A,
herm_matrix< T > &  Acc,
beta,
h,
int  SolveOrder = MAX_SOLVE_ORDER 
)

Definition at line 414 of file cntr_differentiation_impl.hpp.

415  {
416  deriv1_timestep(tstp, dA, A, Acc, integration::I<T>(SolveOrder), beta, h);
417 }