|
NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
| void cntr::function< T >::left_multiply | ( | cplx * | 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 464 of file cntr_function_impl.hpp.