Go to the documentation of this file.
26 const unsigned int rows,
27 const unsigned int cols)
37 "The number of rows of A and lb do not match");
39 "The number of rows of A and ub do not match");
43 assert(
m_A.rows() ==
m_lb.rows());
44 assert(
m_A.rows() ==
m_ub.rows());
45 return (
unsigned int)
m_A.rows();
49 return (
unsigned int)
m_A.cols();
90 return ((
m_A *
x).array() <=
m_ub.array() +
tol).all() &&
#define PINOCCHIO_CHECK_INPUT_ARGUMENT(...)
bool isInequality() const override
const Vector & vector() const override
Abstract class representing a linear equality/inequality constraint. Equality constraints are represe...
unsigned int cols() const override
const Vector & lowerBound() const override
bool isBound() const override
bool setVector(ConstRefVector b) override
bool isEquality() const override
bool setUpperBound(ConstRefVector ub) override
bool setLowerBound(ConstRefVector lb) override
void resize(unsigned int r, unsigned int c) override
bool checkConstraint(ConstRefVector x, double tol=1e-6) const override
const typedef Eigen::Ref< const Vector > ConstRefVector
Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > Vector
EIGEN_MAKE_ALIGNED_OPERATOR_NEW ConstraintInequality(const std::string &name)
const typedef Eigen::Ref< const Matrix > ConstRefMatrix
const Vector & upperBound() const override
unsigned int rows() const override
tsid
Author(s): Andrea Del Prete, Justin Carpentier
autogenerated on Thu Apr 3 2025 02:47:15