NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
void cntr::function< T >::left_multiply | ( | function< T > & | f, |
T | weight = 1.0 |
||
) |
Multiply function values with a matrix-valued function from the left
Multiply the function with another matrix-valued function from the left time-pointwisely. The shape of the other matrix-valued function must be the same as the original function.
f |
|
weight |
|
Definition at line 531 of file cntr_function_impl.hpp.
References cntr::function< T >::nt_, cntr::function< T >::ptr(), cntr::function< T >::size1_, and cntr::function< T >::size2_.