dlp {cccp} | R Documentation |
Creating a member object of the reference-class DLP
Description
This function returns an object containing the definition of a cone
constrained linear program. The returned object is a member of the
reference-class DLP
.
Usage
dlp(q, A = NULL, b = NULL, cList = list())
Arguments
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 DLP
.
[Package cccp version 0.3-1 Index]