Go to the documentation of this file.
7 #ifndef __SENSALGORITHM_HPP__
8 #define __SENSALGORITHM_HPP__
37 const std::string& prefix
SmartPtr< SensitivityStepCalculator > sens_step_calc_
Number * DirectionalD_Z_U_
SensAlgorithmExitStatus ComputeSensitivityMatrix(void)
std::vector< SmartPtr< SchurDriver > > driver_vec_
Number * SensitivityM_X_
array place holders for the sensitivity matrix
This file contains a base class for all exceptions and a set of macros to help with exceptions.
double Number
Type of all numbers.
void GetSensitivityMatrix(Index col)
method to extract sensitivity matrix
void UnScaleIteratesVector(SmartPtr< IteratesVector > *V)
private method used to uncale perturbed solution and sensitivities
void GetDirectionalDerivatives(void)
method to extract sensitivity vectors
int Index
Type of all indices of vectors, matrices etc.
Template class for Smart Pointers.
This is the interface for the actual controller.
SmartPtr< Measurement > measurement_
SensAlgorithm(std::vector< SmartPtr< SchurDriver > > &driver_vec, SmartPtr< SensitivityStepCalculator > sens_step_calc, SmartPtr< Measurement > measurement, Index n_sens_steps)
SensAlgorithmExitStatus Run()
Main loop: Wait for new measurement, Get new step, maybe deal with bounds, see to it that everything ...
This is the base class for all algorithm strategy objects.
Number * SensitivityM_Z_U_
Number * DirectionalD_X_
array place holders to store the vector of sensitivities
Number * DirectionalD_Z_L_
Number * SensitivityM_Z_L_
Index nl(void)
accessor methods to get access to variable sizes
This class stores a list of user set options.
virtual bool InitializeImpl(const OptionsList &options, const std::string &prefix)
Implementation of the initialization method that has to be overloaded by for each derived class.