![]() |
A fuzzy logic C++ library
|
Implementation of class slifis::MEMBFUNC. More...
#include "membfunc.hpp"#include <algorithm>#include "pline.hpp"#include "slifis_datatypes.hpp"#include "global_functions.hpp"#include "error_handler.hpp"#include "private.hpp"
Include dependency graph for membfunc.cpp:Namespaces | |
| namespace | slifis |
This namespace includes all root classes, functions, and datatypes of the library. | |
Defines | |
| #define | GAUSS_FUNC(x) (exp(-(((x)-x0)*((x)-x0))/(2.0*sigma*sigma) ) ) |
| a local macro for a Gaussian function | |
Implementation of class slifis::MEMBFUNC.
We need to include here the header file of the pline lib, which is used for lines computation
| #define GAUSS_FUNC | ( | x | ) | (exp(-(((x)-x0)*((x)-x0))/(2.0*sigma*sigma) ) ) |
a local macro for a Gaussian function
Referenced by slifis::MEMBFUNC::P_SetGaussian().
1.7.6.1