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. |
Public Member Functions | |
virtual | ~NTimesDerivableFunction () throw () |
virtual std::ostream & | print (std::ostream &) const throw () |
Display the function on the specified output stream. |
Static Public Attributes | |
static const size_type | derivabilityOrder = DerivabilityOrder |
Function derivability order. |
Protected Member Functions | |
NTimesDerivableFunction (size_type outputSize=1, std::string name=std::string()) throw () | |
Concrete class constructor should call this constructor. |
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 |
|
virtual |
Display the function on the specified output stream.
o | output stream used for display |
|
static |
Function derivability order.
Referenced by roboptim::NTimesDerivableFunction< 2 >::derivative(), and roboptim::NTimesDerivableFunction< 2 >::print().