dqp {cccp} | R Documentation |
Creating a member object of the reference-class DQP
Description
This function returns an object containing the definition of a cone
constrained quadratic program. The returned object is a member of the
reference-class DQP
.
Usage
dqp(P, q, A = NULL, b = NULL, cList = list())
Arguments
P |
An object of class |
q |
An object of class |
A |
An object of class |
b |
An object of class |
cList |
A |
Value
An object belonging to the reference-class DQP
.
[Package cccp version 0.3-1 Index]