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