QPGetEq

Get the equality constraints.

Synopsis

PetscErrorCode QPGetEq(QP qp, Mat *Beq, Vec *ceq)
Not Collective

Input Parameter

qp -the QP

Output Parameter

Beq - boolean matrix representing the equality constraints placement
ceq - vector prescribing equality constraints

See Also

QPSetEq(), QPAddEq(), QPGetOperator(), QPGetRhs(), QPGetIneq(), QPGetBox(), QPGetSolutionVector()

Level:intermediate
Location:
src/qp/interface/qp.c
Index of all QP routines
Table of Contents for all manual pages
Index of all manual pages