45#ifndef ROL_SCALARCONTROLLER_DEF_H
46#define ROL_SCALARCONTROLLER_DEF_H
50template <
class Real,
class Key>
53template <
class Real,
class Key>
61template <
class Real,
class Key>
void set(Real x, const Key ¶m)
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.
const Ptr< const Vector< Real > > get(const Key ¶m) const
Return the vector associated with provided key.