Define a
function, derivable n times (
).
More...
#include <roboptim/core/n-times-derivable-function.hh>
Public Types | |
| typedef Function::size_type | size_type |
| Import size type from function. More... | |
Public Member Functions | |
| virtual size_type | derivabilityOrderMax () const |
| Returns the maximum derivability order. More... | |
| virtual | ~NTimesDerivableFunction () throw () |
| virtual std::ostream & | print (std::ostream &) const throw () |
| Display the function on the specified output stream. More... | |
Static Public Attributes | |
| static const size_type | derivabilityOrder = DerivabilityOrder |
| Function derivability order. More... | |
Protected Member Functions | |
| NTimesDerivableFunction (size_type outputSize=1, std::string name=std::string()) throw () | |
| Concrete class constructor should call this constructor. More... | |
Define a
function, derivable n times (
).
| typedef Function::size_type roboptim::NTimesDerivableFunction< DerivabilityOrder >::size_type |
Import size type from function.
|
virtual | |||||||||||||
|
inlineprotected | ||||||||||||||||||||
Concrete class constructor should call this constructor.
| outputSize | output size (result size) |
| name | function name |
|
inlinevirtual |
Returns the maximum derivability order.
Referenced by roboptim::NTimesDerivableFunction< 2 >::derivative(), and roboptim::NTimesDerivableFunction< 2 >::print().
|
virtual | ||||||||||||||
Display the function on the specified output stream.
| o | output stream used for display |
|
static |
Function derivability order.