#include <SmoothStepFunction.h>
|
boost::shared_ptr< double > | trend |
|
Definition at line 9 of file SmoothStepFunction.h.
function::SmoothStepFunction::SmoothStepFunction |
( |
const Parameter & |
t | ) |
|
|
inline |
function::SmoothStepFunction::SmoothStepFunction |
( |
boost::shared_ptr< double > |
t | ) |
|
|
inline |
function::SmoothStepFunction::SmoothStepFunction |
( |
double |
t | ) |
|
|
inline |
double function::SmoothStepFunction::operator() |
( |
double |
x | ) |
const |
|
inline |
const unsigned int function::SmoothStepFunction::arguments = 1 |
|
static |
boost::shared_ptr<double> function::SmoothStepFunction::trend |