10 #ifndef ROL_SCALARCONTROLLER_DEF_H
11 #define ROL_SCALARCONTROLLER_DEF_H
15 template <
class Real,
class Key>
18 template <
class Real,
class Key>
26 template <
class Real,
class Key>
bool get(Real &x, const Key ¶m)
const Ptr< Vector< Real > > set(const Key ¶m)
Set the vector associated with provided key. This assumes the vector data will be changed...
void set(Real x, const Key ¶m)
const Ptr< const Vector< Real > > get(const Key ¶m) const
Return the vector associated with provided key.