Go to the documentation of this file.
18 #ifndef __invdyn_math_constraint_bound_hpp__
19 #define __invdyn_math_constraint_bound_hpp__
28 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
37 unsigned int rows()
const override;
38 unsigned int cols()
const override;
39 void resize(
unsigned int r,
unsigned int c)
override;
67 #endif // ifndef __invdyn_math_constraint_bound_hpp__
const Vector & lowerBound() const override
unsigned int cols() const override
bool checkConstraint(ConstRefVector x, double tol=1e-6) const override
Abstract class representing a linear equality/inequality constraint. Equality constraints are represe...
unsigned int rows() const override
virtual const std::string & name() const
bool isEquality() const override
const typedef Eigen::Ref< const Vector > ConstRefVector
const Vector & vector() const override
Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > Vector
bool setVector(ConstRefVector b) override
bool isBound() const override
bool setLowerBound(ConstRefVector lb) override
bool setUpperBound(ConstRefVector ub) override
EIGEN_MAKE_ALIGNED_OPERATOR_NEW ConstraintBound(const std::string &name)
bool isInequality() const override
void resize(unsigned int r, unsigned int c) override
const Vector & upperBound() const override
tsid
Author(s): Andrea Del Prete, Justin Carpentier
autogenerated on Thu Apr 3 2025 02:47:15