aggregVal(const std::vector< Fuzzy > &) | bwer::Fuzzy | [static] |
andVal(const std::vector< Fuzzy > &) | bwer::Fuzzy | [static] |
avgVal(const std::vector< Fuzzy > &) | bwer::Fuzzy | [static] |
Fuzzy() | bwer::Fuzzy | [inline] |
Fuzzy(double a) | bwer::Fuzzy | [inline] |
getBool() const | bwer::Fuzzy | [inline] |
getval() const | bwer::Fuzzy | [inline] |
hedge(double gamma) | bwer::Fuzzy | |
inv(double x, double x0, double x1) | bwer::Fuzzy | |
linear(double x, double x0, double x1) | bwer::Fuzzy | |
operator *(const Fuzzy &, const Fuzzy &) | bwer::Fuzzy | [friend] |
operator+(const Fuzzy &, const Fuzzy &) | bwer::Fuzzy | [friend] |
operator+(const Fuzzy &, const double &) | bwer::Fuzzy | [friend] |
operator-(const Fuzzy &) | bwer::Fuzzy | [friend] |
operator-(const Fuzzy &, const double &) | bwer::Fuzzy | [friend] |
operator<<(std::ostream &, const Fuzzy &) | bwer::Fuzzy | [friend] |
operator>>(std::istream &, Fuzzy &) | bwer::Fuzzy | [friend] |
orVal(const std::vector< Fuzzy > &) | bwer::Fuzzy | [static] |
setval(double a) | bwer::Fuzzy | [inline] |
tri(double x, double x0, double x1) | bwer::Fuzzy | |