Bayeux  3.4.1
Core Foundation library for SuperNEMO
Public Member Functions | List of all members
mygsl::i_kernel_smoother Struct Referenceabstract

Kernel smoother interface. More...

#include <bayeux/mygsl/kernel_smoother.h>

Inheritance diagram for mygsl::i_kernel_smoother:
mygsl::gauss_kernel_smoother

Public Member Functions

virtual ~i_kernel_smoother ()
 
virtual double eval (double xs_, double x_) const =0
 

Detailed Description

Kernel smoother interface.

Constructor & Destructor Documentation

◆ ~i_kernel_smoother()

virtual mygsl::i_kernel_smoother::~i_kernel_smoother ( )
virtual

Member Function Documentation

◆ eval()

virtual double mygsl::i_kernel_smoother::eval ( double  xs_,
double  x_ 
) const
pure virtual

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