Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
Container for parameter entries. More...
#include <Sacado_ParameterVectorBase.hpp>
Public Member Functions | |
Entry (const Teuchos::RCP< FamilyType > &f, BaseValueType bv) | |
Constructor. More... | |
Public Attributes | |
Teuchos::RCP< FamilyType > | family |
Pointer to family. More... | |
BaseValueType | baseValue |
Base value of parameter family. More... | |
Container for parameter entries.
Definition at line 52 of file Sacado_ParameterVectorBase.hpp.
|
inline |
Constructor.
Definition at line 61 of file Sacado_ParameterVectorBase.hpp.
Teuchos::RCP<FamilyType> Sacado::ParameterVectorBase< FamilyType, BaseValueType >::Entry::family |
Pointer to family.
Definition at line 55 of file Sacado_ParameterVectorBase.hpp.
BaseValueType Sacado::ParameterVectorBase< FamilyType, BaseValueType >::Entry::baseValue |
Base value of parameter family.
Definition at line 58 of file Sacado_ParameterVectorBase.hpp.