10#ifndef ROL_SCALARCONTROLLER_H
11#define ROL_SCALARCONTROLLER_H
18template <
class Real,
class Key=std::vector<Real>>
23 bool get(Real &x,
const Key ¶m);
25 void set(Real x,
const Key ¶m);
void set(Real x, const Key ¶m)
bool get(Real &x, const Key ¶m)