|
reconciliation_lib 0.1
Library for data reconciliation algorithms
|
Abstract function object mapping argtype to restype.
More...
#include <recon.h>
Public Member Functions | |
| virtual | ~func ()=default |
| virtual restype | operator() (const argtype &arg) const =0 |
Evaluate the function at arg. | |
Abstract function object mapping argtype to restype.
Derive from this to supply residual functions and Jacobians to recon().
|
virtualdefault |
|
pure virtual |
Evaluate the function at arg.