Go to the documentation of this file.
7 #ifndef __AS_MEASUREMENT_HPP__
8 #define __AS_MEASUREMENT_HPP__
44 Index measurement_number
49 Index measurement_number,
This file contains a base class for all exceptions and a set of macros to help with exceptions.
int Index
Type of all indices of vectors, matrices etc.
Measurement()
This class provides an abstraction for the measurements of the states coming in and the solutions of ...
Template class for Smart Pointers.
virtual std::vector< Index > GetInitialEqConstraints()=0
This function returns a std::vector holding the indices in IteratesVector of the equations that are t...
virtual SmartPtr< DenseVector > GetMeasurement(Index measurement_number)=0
This function returns delta_u.
virtual void SetSolution(Index measurement_number, SmartPtr< IteratesVector > sol)=0
This function does whatever the measurement machine does with the solution of the SensAlgorithm.
Storing the reference count of all the smart pointers that currently reference it.