Mantid
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Mantid::Kernel::VectorHelper::SumGaussError< T > Struct Template Reference

Functor used for computing the sum of the square values of a vector, using the accumulate algorithm. More...

#include <VectorHelper.h>

Public Member Functions

operator() (const T &l, const T &r) const
 Sums the arguments in quadrature. More...
 
 SumGaussError ()=default
 

Detailed Description

template<class T>
struct Mantid::Kernel::VectorHelper::SumGaussError< T >

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.

Constructor & Destructor Documentation

◆ SumGaussError()

template<class T >
Mantid::Kernel::VectorHelper::SumGaussError< T >::SumGaussError ( )
default

Member Function Documentation

◆ operator()()

template<class T >
T Mantid::Kernel::VectorHelper::SumGaussError< T >::operator() ( const T &  l,
const T &  r 
) const
inline

Sums the arguments in quadrature.

Definition at line 153 of file VectorHelper.h.


The documentation for this struct was generated from the following file: