Identity mapping . More...
#include <identity.hh>
Public Member Functions | |
Identity ()=default | |
Default constructor. | |
Identity (const Arg &x) | |
Constructor. More... | |
void | update (const Arg &x) |
Reset point of evaluation. | |
const Arg & | d0 () const noexcept |
Function value. | |
template<int > | |
const Arg & | d1 (const Arg &dx) const noexcept |
First directional derivative. | |
Public Member Functions inherited from RFFGen::Base | |
template<class Arg > | |
void | update (const Arg &) |
Update on changed input. | |
template<int id, class Arg > | |
void | updateVariable (const Arg &) |
Empty variables. | |
Identity mapping .
|
inline |
Constructor.
x | point of evaluation. |