cps {cccp} | R Documentation |
Solving a convex program
Description
This function returns an optimal point for a cone constraint convex program.
Usage
## S4 method for signature 'Rcpp_DCP,Rcpp_CTRL'
cps(cpd, ctrl)
## S4 method for signature 'Rcpp_DLP,Rcpp_CTRL'
cps(cpd, ctrl)
## S4 method for signature 'Rcpp_DNL,Rcpp_CTRL'
cps(cpd, ctrl)
## S4 method for signature 'Rcpp_DQP,Rcpp_CTRL'
cps(cpd, ctrl)
Arguments
cpd |
An object belonging to the class union |
ctrl |
An object of reference-class |
Value
An object of reference-class Rcpp_CPS
.
[Package cccp version 0.3-1 Index]