DQPThis function returns an object containing the definition of a cone
constrained quadratic program. The returned object is a member of the
reference-class DQP.
dqp(P, q, A = NULL, b = NULL, cList = list())An object belonging to the reference-class DQP.
An object of class matrix with dimension \(n \times n\).
An object of class vector with dimension \(n \times 1\).
An object of class matrix with dimension \(p \times
n\) or NULL for problems without equality constraints.
An object of class vector with dimension \(p \times
1\) or NULL for problems without equality constraints.
A list object containing the cone
constraints. Elements must be of either reference-class NNOC, or
SOCC, or PSDC or an empty list in case of no
inequality constraints.