Class MEAL::Gaussian
-
class Gaussian : public MEAL::Univariate<Scalar>
Gaussian function.
Public Functions
-
void set_centre(double centre)
Set the centre.
-
double get_centre() const
Get the centre.
-
void set_width(double width)
Set the width.
-
double get_width() const
Get the width.
-
void set_height(double height)
Set the height.
-
double get_height() const
Get the height.
-
void set_period(double period)
Set the period.
-
double get_period() const
Get the period.
-
virtual std::string get_name() const
Return the name of the class.
-
void set_centre(double centre)