NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
void cntr::function< T >::right_multiply | ( | function< T > & | f, |
T | weight = 1.0 |
||
) |
Multiply function values with a matrix-valued function from the right
Multiply function values with a matrix-valued function from the right. Function values would be multiplied with the other function at the same time-step.
f |
|
weight |
|
Definition at line 556 of file cntr_function_impl.hpp.
References cntr::function< T >::nt_, cntr::function< T >::ptr(), cntr::function< T >::size1_, and cntr::function< T >::size2_.