#include <Exponential.h>
Public Member Functions | |
Exponential (const Parameter &l) | |
Exponential (boost::shared_ptr< double > l) | |
Exponential (double l) | |
double | operator() (double x) const |
Public Attributes | |
boost::shared_ptr< double > | lambda |
Definition at line 9 of file Exponential.h.
funct::Exponential::Exponential | ( | const Parameter & | l | ) | [inline] |
Definition at line 10 of file Exponential.h.
funct::Exponential::Exponential | ( | boost::shared_ptr< double > | l | ) | [inline] |
Definition at line 11 of file Exponential.h.
funct::Exponential::Exponential | ( | double | l | ) | [inline] |
Definition at line 12 of file Exponential.h.
double funct::Exponential::operator() | ( | double | x | ) | const [inline] |
Definition at line 13 of file Exponential.h.
References funct::exp(), and lambda.
boost::shared_ptr<double> funct::Exponential::lambda |
Definition at line 14 of file Exponential.h.
Referenced by operator()().