math/constraint-equality.hpp
Go to the documentation of this file.
1 //
2 // Copyright (c) 2017 CNRS
3 //
4 // This file is part of tsid
5 // tsid is free software: you can redistribute it
6 // and/or modify it under the terms of the GNU Lesser General Public
7 // License as published by the Free Software Foundation, either version
8 // 3 of the License, or (at your option) any later version.
9 // tsid is distributed in the hope that it will be
10 // useful, but WITHOUT ANY WARRANTY; without even the implied warranty
11 // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 // General Lesser Public License for more details. You should have
13 // received a copy of the GNU Lesser General Public License along with
14 // tsid. If not, see
15 // <http://www.gnu.org/licenses/>.
16 //
17 
18 #ifndef __invdyn_math_constraint_equality_hpp__
19 #define __invdyn_math_constraint_equality_hpp__
20 
22 
23 namespace tsid {
24 namespace math {
25 
27  public:
28  EIGEN_MAKE_ALIGNED_OPERATOR_NEW
29 
30  ConstraintEquality(const std::string& name);
31 
32  ConstraintEquality(const std::string& name, const unsigned int rows,
33  const unsigned int cols);
34 
35  ConstraintEquality(const std::string& name, ConstRefMatrix A,
37  virtual ~ConstraintEquality() {}
38 
39  unsigned int rows() const;
40  unsigned int cols() const;
41  void resize(const unsigned int r, const unsigned int c);
42 
43  bool isEquality() const;
44  bool isInequality() const;
45  bool isBound() const;
46 
47  const Vector& vector() const;
48  const Vector& lowerBound() const;
49  const Vector& upperBound() const;
50 
51  Vector& vector();
52  Vector& lowerBound();
53  Vector& upperBound();
54 
55  bool setVector(ConstRefVector b);
58 
59  bool checkConstraint(ConstRefVector x, double tol = 1e-6) const;
60 
61  protected:
63 };
64 
65 } // namespace math
66 } // namespace tsid
67 
68 #endif // ifndef __invdyn_math_constraint_equality_hpp__
const Eigen::Ref< const Matrix > ConstRefMatrix
Definition: math/fwd.hpp:51
EIGEN_MAKE_ALIGNED_OPERATOR_NEW ConstraintEquality(const std::string &name)
Vec3f b
Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > Vector
Definition: math/fwd.hpp:35
FCL_REAL r
Vec3f c
bool checkConstraint(ConstRefVector x, double tol=1e-6) const
const Eigen::Ref< const Vector > ConstRefVector
Definition: math/fwd.hpp:48
virtual const std::string & name() const
Abstract class representing a linear equality/inequality constraint. Equality constraints are represe...
void resize(const unsigned int r, const unsigned int c)


tsid
Author(s): Andrea Del Prete, Justin Carpentier
autogenerated on Sun Jul 2 2023 02:21:51