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

Functor giving the product of the squares of the arguments. More...

#include <VectorHelper.h>

Public Member Functions

operator() (const T &l, const T &r) const
 Multiplies the squares of the arguments. More...
 
 TimesSquares ()=default
 

Detailed Description

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

Functor giving the product of the squares of the arguments.

Definition at line 177 of file VectorHelper.h.

Constructor & Destructor Documentation

◆ TimesSquares()

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

Member Function Documentation

◆ operator()()

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

Multiplies the squares of the arguments.

Definition at line 180 of file VectorHelper.h.


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