26 const unsigned int rows,
27 const unsigned int cols)
34 "The number of rows for A and b do not match");
38 assert(
m_A.rows() ==
m_b.rows());
39 return (
unsigned int)
m_A.rows();
43 return (
unsigned int)
m_A.cols();
bool isInequality() const
const Eigen::Ref< const Matrix > ConstRefMatrix
EIGEN_MAKE_ALIGNED_OPERATOR_NEW ConstraintEquality(const std::string &name)
bool setUpperBound(ConstRefVector ub)
Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > Vector
const Vector & lowerBound() const
const Vector & vector() const
bool checkConstraint(ConstRefVector x, double tol=1e-6) const
const Vector & upperBound() const
bool setLowerBound(ConstRefVector lb)
const Eigen::Ref< const Vector > ConstRefVector
unsigned int rows() const
bool setVector(ConstRefVector b)
virtual const std::string & name() const
Abstract class representing a linear equality/inequality constraint. Equality constraints are represe...
unsigned int cols() const
#define PINOCCHIO_CHECK_INPUT_ARGUMENT(...)
void resize(const unsigned int r, const unsigned int c)