ProteoWizard
Public Member Functions | List of all members
ralab::base::resample::SquareRoot< TReal > Struct Template Reference

#include <determinebinwidth.hpp>

Public Member Functions

TReal operator() (TReal x) const
 

Detailed Description

template<typename TReal>
struct ralab::base::resample::SquareRoot< TReal >

Definition at line 42 of file determinebinwidth.hpp.

Member Function Documentation

§ operator()()

template<typename TReal >
TReal ralab::base::resample::SquareRoot< TReal >::operator() ( TReal  x) const
inline

Definition at line 43 of file determinebinwidth.hpp.

43  {
44  return(sqrt(x));
45  }
KernelTraitsBase< Kernel >::space_type::abscissa_type x

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