30#ifndef SACADO_SCALARPARAMETERVECTOR_HPP
31#define SACADO_SCALARPARAMETERVECTOR_HPP
41 template <
typename EvalTypeTraits = DefaultEvalTypeTraits>
A class to store the active parameters in a code in an ordered fashion, along with their "base" value...
Specialization of Sacado::ParameterFamilyBase for scalar parameters.
Specialization of Sacado::ParameterVectorBase for scalar parameters.
virtual ~ScalarParameterVector()
Destructor.
ScalarParameterVector()
Default constructor.
ScalarParameterVector & operator=(const ScalarParameterVector &source)
Assignment operator.
ScalarParameterVector(const ScalarParameterVector &source)
Copy constructor.