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

Log functor. More...

#include <VectorHelper.h>

Public Member Functions

 Log ()=default
 
operator() (const T &x) const
 Returns the logarithm of the argument. More...
 

Detailed Description

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

Log functor.

Definition at line 191 of file VectorHelper.h.

Constructor & Destructor Documentation

◆ Log()

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

Member Function Documentation

◆ operator()()

template<class T >
T Mantid::Kernel::VectorHelper::Log< T >::operator() ( const T &  x) const
inline

Returns the logarithm of the argument.

Exceptions
std::range_errorif x <= 0

Definition at line 195 of file VectorHelper.h.

References Mantid::Geometry::x.


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