#include <SimpleFunctors.h>
Public Member Functions | |
addmul_left (const double weight) | |
T1 & | operator() (T1 &left, const T2 &right) const |
Private Member Functions | |
addmul_left () | |
Private Attributes | |
double | w_ |
In-place addition on the left side preceded by multiplication of the right argument by a double
Definition at line 270 of file SimpleFunctors.h.
|
inlineexplicit |
Definition at line 272 of file SimpleFunctors.h.
|
private |
|
inline |
|
private |
Definition at line 279 of file SimpleFunctors.h.
Referenced by npstat::addmul_left< T1, T2 >::operator()().