NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
◆
function()
[1/5]
template<typename T >
cntr::function
< T >::
function
(
)
Definition at line
12
of file
cntr_function_impl.hpp
.
12
{
13
data_
= 0;
14
nt_
= -2;
15
size1_
= 0;
16
size2_
= 0;
17
element_size_ = 0;
18
}
cntr::function::size2_
int size2_
Number of the rows in the Matrix form.
Definition:
cntr_function_decl.hpp:101
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::size1_
int size1_
Number of the colums in the Matrix form.
Definition:
cntr_function_decl.hpp:99
cntr::function::nt_
int nt_
Maximum number of the time steps.
Definition:
cntr_function_decl.hpp:97
cntr
function
Generated by
1.8.15