NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
◆
ptr()
[2/2]
template<typename T>
const
cplx
*
cntr::function
< T >::ptr
(
int
t
)
const
inline
Definition at line
46
of file
cntr_function_decl.hpp
.
References
cntr::function< T >::data_
.
46
{
47
return
data_
+ (t + 1) * element_size_;
48
}
cntr::function::data_
cplx * data_
Pointer to the function in the Matrix form on the real-time axis ( ) ; 'data_+ element_size' corresp...
Definition:
cntr_function_decl.hpp:95
cntr
function
Generated by
1.8.15