00001 class Matrix; 00002 00003 int cgalNNQPSolverWrapper(const Matrix &Q, 00004 const Matrix &Eq, const Matrix &b, 00005 const Matrix &InEq, const Matrix &ib, 00006 Matrix &sol);