#include <function.h>

Public Member Functions | |
| Gauss1D (float a=0, float b=1, float c=0, float d=1) | |
| std::vector< float > | init () |
| float | value (const std::vector< float > &state) const |
Private Attributes | |
| float | a_ |
| float | b_ |
| float | c_ |
| float | d_ |
Definition at line 11 of file function.h.
| Gauss1D::Gauss1D | ( | float | a = 0, |
| float | b = 1, |
||
| float | c = 0, |
||
| float | d = 1 |
||
| ) | [inline] |
Definition at line 17 of file function.h.
| std::vector<float> Gauss1D::init | ( | ) | [inline, virtual] |
Implements ESCFunction.
Definition at line 19 of file function.h.
| float Gauss1D::value | ( | const std::vector< float > & | state | ) | const [inline, virtual] |
Implements ESCFunction.
Definition at line 26 of file function.h.
float Gauss1D::a_ [private] |
Definition at line 14 of file function.h.
float Gauss1D::b_ [private] |
Definition at line 14 of file function.h.
float Gauss1D::c_ [private] |
Definition at line 14 of file function.h.
float Gauss1D::d_ [private] |
Definition at line 14 of file function.h.