QPAddEq
Add the equality constraints.
Synopsis
PetscErrorCode QPAddEq(QP qp, Mat Beq, Vec ceq)
Collective on QP
Input Parameter
| qp | - the QP
|
| Beq | - boolean matrix representing the equality constraints placement
|
| ceq | - vector prescribing equality constraints
|
See Also
QPGetEq(), QPSetEq(), QPSetOperator(), QPSetRhs(), QPSetIneq(), QPSetBox(), QPSetInitialVector(), QPSSolve()
Level
beginner
Location
src/qp/interface/qp.c
Index of all QP routines
Table of Contents for all manual pages
Index of all manual pages