#include <SmoothStepFunction.h>
List of all members.
Detailed Description
Definition at line 9 of file SmoothStepFunction.h.
Constructor & Destructor Documentation
function::SmoothStepFunction::SmoothStepFunction |
( |
const Parameter & |
t | ) |
[inline] |
function::SmoothStepFunction::SmoothStepFunction |
( |
boost::shared_ptr< double > |
t | ) |
[inline] |
function::SmoothStepFunction::SmoothStepFunction |
( |
double |
t | ) |
[inline] |
Member Function Documentation
double function::SmoothStepFunction::operator() |
( |
double |
x | ) |
const [inline] |
Member Data Documentation
const unsigned int function::SmoothStepFunction::arguments = 1 [static] |
boost::shared_ptr<double> function::SmoothStepFunction::trend |