Public Types | |
| typedef MathBaseTpl< Scalar > | MathBase |
| typedef MathBase::MatrixXs | MatrixXs |
| typedef MathBase::VectorXs | VectorXs |
Public Member Functions | |
| ActivationBoundsTpl (const ActivationBoundsTpl &other) | |
| ActivationBoundsTpl (const VectorXs &lower, const VectorXs &upper, const Scalar b=Scalar(1.)) | |
| template<typename NewScalar > | |
| ActivationBoundsTpl< NewScalar > | cast () const |
| ActivationBoundsTpl & | operator= (const ActivationBoundsTpl &other) |
| void | print (std::ostream &os) const |
Public Attributes | |
| Scalar | beta |
| VectorXs | lb |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
| VectorXs | ub |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const ActivationBoundsTpl &bounds) |
| Print information on the activation bounds. | |
Definition at line 19 of file quadratic-barrier.hpp.
| typedef MathBaseTpl<Scalar> MathBase |
Definition at line 23 of file quadratic-barrier.hpp.
| typedef MathBase::VectorXs VectorXs |
Definition at line 24 of file quadratic-barrier.hpp.
| typedef MathBase::MatrixXs MatrixXs |
Definition at line 25 of file quadratic-barrier.hpp.
|
inline |
Definition at line 27 of file quadratic-barrier.hpp.
|
inline |
Definition at line 73 of file quadratic-barrier.hpp.
|
inline |
Definition at line 75 of file quadratic-barrier.hpp.
|
inline |
Definition at line 78 of file quadratic-barrier.hpp.
|
inline |
Definition at line 85 of file quadratic-barrier.hpp.
|
inline |
Definition at line 103 of file quadratic-barrier.hpp.
|
friend |
Print information on the activation bounds.
Definition at line 97 of file quadratic-barrier.hpp.
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar |
Definition at line 22 of file quadratic-barrier.hpp.
| VectorXs lb |
Definition at line 108 of file quadratic-barrier.hpp.
| VectorXs ub |
Definition at line 109 of file quadratic-barrier.hpp.
| Scalar beta |
Definition at line 110 of file quadratic-barrier.hpp.