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


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 EvalType> | |
| void | setRealValue (double value) |
| Set real parameter value. | |
| template<class EvalType> | |
| void | setValue (const typename EvalTypeTraits::template apply< EvalType >::type &value) |
| Set parameter to value value treating parameter as a constant. | |
| template<class EvalType> | |
| double | getRealValue () const |
| Get real parameter value. | |
| template<class EvalType> | |
| const EvalTypeTraits::template apply< EvalType >::type & | getValue () const |
| Get parameter value. | |
Related Functions | |
| (Note that these are not member functions.) | |
|
Sacado::ScalarParameterEntry< EvalType >::ScalarT | getValue (const ScalarParameterFamily< EvalTypeTraits > &spf) |
| Get the value. | |
1.4.7