10#ifndef ROL_SCALARCONTROLLER_DEF_H
11#define ROL_SCALARCONTROLLER_DEF_H
15template <
class Real,
class Key>
18template <
class Real,
class Key>
26template <
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.