Go to the source code of this file.
|
shared_ptr< Func1 > | newFunc1 (const string &func1Type, double coeff=1.) |
| Create a new simple functor object (see Simple Functors). More...
|
|
shared_ptr< Func1 > | newFunc1 (const string &func1Type, const vector< double > ¶ms) |
| Create a new advanced functor object (see Advanced Functors). More...
|
|
shared_ptr< Func1 > | newFunc1 (const string &func1Type, const shared_ptr< Func1 > f1, const shared_ptr< Func1 > f2) |
| Create a new compound functor object (see Compound Functors). More...
|
|
shared_ptr< Func1 > | newFunc1 (const string &func1Type, const shared_ptr< Func1 > f, double coeff) |
| Create a new modified functor object (see Modified Functors). More...
|
|