Go to the documentation of this file.
26 const unsigned int size)
37 lb.size() ==
ub.size(),
38 "The size of the lower and upper bound vectors needs to be match!");
43 return (
unsigned int)
m_lb.rows();
48 return (
unsigned int)
m_lb.rows();
53 m_A.setIdentity(
r,
c);
90 return (
x.array() <=
m_ub.array() +
tol).all() &&
91 (
x.array() >=
m_lb.array() -
tol).all();
const Vector & lowerBound() const override
#define PINOCCHIO_CHECK_INPUT_ARGUMENT(...)
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
bool isEquality() const override
Eigen::Matrix< Scalar, Eigen::Dynamic, Eigen::Dynamic > Matrix
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