Go to the source code of this file.
Classes | |
class | tsid::math::ConstraintBase |
Abstract class representing a linear equality/inequality constraint. Equality constraints are represented by a matrix A and a vector b: A*x = b Inequality constraints are represented by a matrix A and two vectors lb and ub: lb <= A*x <= ub Bounds are represented by two vectors lb and ub: lb <= x <= ub. More... | |
Namespaces | |
tsid | |
tsid::math | |