#include <Bound.hpp>
Public Member Functions | |
ConstraintRef (Eigen::MatrixXd::Index r, Bound::bound_t t) | |
ConstraintRef (void) | |
double | sign () const |
Public Attributes | |
Eigen::MatrixXd::Index | row |
Bound::bound_t | type |
soth::ConstraintRef::ConstraintRef | ( | Eigen::MatrixXd::Index | r, |
Bound::bound_t | t | ||
) | [inline] |
soth::ConstraintRef::ConstraintRef | ( | void | ) | [inline] |
double soth::ActiveSet< Indirect >::sign | ( | ) | const [inline] |
References soth::Bound::BOUND_SUP, and type.
Referenced by soth::Stage::update().
Eigen::MatrixXd::Index soth::ConstraintRef::row |