Expression class representing the Normal (also known as the Gaussian) distribution. More...
Public Member Functions | |
| Expression * | clone () const |
| Clone the expression. | |
| Operator | getOperator () const |
| Return the operator of the expression. | |
| NormalDistribution (Expression *mean, Expression *variance) | |
| Construct a new NormalDistribution. | |
Expression class representing the Normal (also known as the Gaussian) distribution.
| HAPI::NormalDistribution::NormalDistribution | ( | Expression * | mean, | |
| Expression * | variance | |||
| ) | [inline] |
Construct a new NormalDistribution.
| Expression* HAPI::NormalDistribution::clone | ( | ) | const [inline, virtual] |
Clone the expression.
Implements HAPI::Expression.
| Operator HAPI::NormalDistribution::getOperator | ( | ) | const [inline, virtual] |
Return the operator of the expression.
Implements HAPI::CompositeExpression.