|
NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
| void cntr::function< T >::set_matrixelement | ( | int | tstp, |
| int | i1, | ||
| int | i2, | ||
| EigenMatrix & | M, | ||
| int | j1, | ||
| int | j2 | ||
| ) |
Set a matrix element from an Eigen matrix
Set a matrix element of the
functionobject at all time steps from an Eigen matrix. The matrix element of the function at each time step would be set to the same matrix element of the Eigen matrix.
| tstp |
|
| i1 |
|
| i2 |
|
| M |
|
| j1 |
|
| j2 |
|
Definition at line 590 of file cntr_function_impl.hpp.