reconciliation_lib 0.1
Library for data reconciliation algorithms
Loading...
Searching...
No Matches
dvrlib::func< argtype, restype > Class Template Referenceabstract

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.
 

Detailed Description

template<class argtype, class restype>
class dvrlib::func< argtype, restype >

Abstract function object mapping argtype to restype.

Derive from this to supply residual functions and Jacobians to recon().

Constructor & Destructor Documentation

◆ ~func()

template<class argtype , class restype >
virtual dvrlib::func< argtype, restype >::~func ( )
virtualdefault

Member Function Documentation

◆ operator()()

template<class argtype , class restype >
virtual restype dvrlib::func< argtype, restype >::operator() ( const argtype arg) const
pure virtual

Evaluate the function at arg.


The documentation for this class was generated from the following file: