7#ifndef __AS_MEASUREMENT_HPP__
8#define __AS_MEASUREMENT_HPP__
44 Index measurement_number
49 Index measurement_number,
Measurement()
This class provides an abstraction for the measurements of the states coming in and the solutions of ...
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.
virtual std::vector< Index > GetInitialEqConstraints()=0
This function returns a std::vector holding the indices in IteratesVector of the equations that are t...
Template class for Smart Pointers.
This file contains a base class for all exceptions and a set of macros to help with exceptions.
ipindex Index
Type of all indices of vectors, matrices etc.