NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
void cntr::function< T >::set_matrixelement | ( | int | i1, |
int | i2, | ||
function< T > & | g, | ||
int | j1, | ||
int | j2 | ||
) |
Set a matrix element from a function
object
Set a matrix element from a
function
object at all time steps. Thefunction
should have the same size as the originalfunction
.
i1 |
|
i2 |
|
g |
|
j1 |
|
j2 |
|
Definition at line 685 of file cntr_function_impl.hpp.