Go to the documentation of this file.
7 #ifndef __SENSALGORITHM_HPP__
8 #define __SENSALGORITHM_HPP__
35 virtual bool InitializeImpl(
37 const std::string& prefix
100 void GetDirectionalDerivatives(
void);
103 void GetSensitivityMatrix(
108 void UnScaleIteratesVector(
SmartPtr< SensitivityStepCalculator > sens_step_calc_
Number * DirectionalD_Z_U_
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.
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_
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.