#include <Sacado_ScalarParameterFamily.hpp>
Inheritance diagram for Sacado::ScalarParameterFamily:


Public Member Functions | |
| ScalarParameterFamily (const std::string &name, bool supports_ad, bool supports_analytic) | |
| Constructor. | |
| virtual | ~ScalarParameterFamily () |
| Destructor. | |
| void | setRealValueForAllTypes (double value) |
| Set paramter value using a real number. | |
| template<class ValueType> | |
| void | setValueAsConstant (const ValueType &value) |
| Set parameter to value value treating parameter as a constant. | |
| template<class ValueType> | |
| void | setValueAsIndependent (const ValueType &value) |
| Set parameter to value value treating parameter as an independent. | |
| template<class ValueType> | |
| const ValueType & | getValue () const |
| Get parameter value. | |
Related Functions | |
| (Note that these are not member functions.) | |
| template<class ValueType> | |
| ValueType | getValue (const ScalarParameterFamily &spf) |
| Get the value. | |
1.4.7