qpOASES  3.0.1
Variables
include/qpOASES/Constants.hpp File Reference
#include <qpOASES/Types.hpp>
Include dependency graph for Constants.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

BEGIN_NAMESPACE_QPOASES const
real_t 
EPS = 2.221e-16
const real_t ZERO = 1.0e-25
const real_t INFTY = 1.0e20
const unsigned int MAX_STRING_LENGTH = 160

Detailed Description

Author:
Hans Joachim Ferreau, Andreas Potschka, Christian Kirches
Version:
3.0
Date:
2007-2014

Definition of all global constants.


Variable Documentation

BEGIN_NAMESPACE_QPOASES const real_t EPS = 2.221e-16
const real_t INFTY = 1.0e20
const unsigned int MAX_STRING_LENGTH = 160
const real_t ZERO = 1.0e-25

Numerical value of zero (for situations in which it would be unreasonable to compare with 0.0). Note: this value has to be positive!

Referenced by QProblemB::backsolveR(), QProblemB::determineHessianType(), QProblem::performStep(), QProblemB::performStep(), QProblem::removeBound(), QProblemB::removeBound(), QProblem::removeConstraint(), and QProblemB::usingRegularisation().