Mantid
|
Functor used for computing the sum of the square values of a vector, using the accumulate algorithm. More...
#include <VectorHelper.h>
Public Member Functions | |
T | operator() (const T &l, const T &r) const |
Sums the arguments in quadrature. More... | |
SumGaussError ()=default | |
Functor used for computing the sum of the square values of a vector, using the accumulate algorithm.
Definition at line 150 of file VectorHelper.h.
|
default |
|
inline |
Sums the arguments in quadrature.
Definition at line 153 of file VectorHelper.h.