This function returns an optimal point for a cone constraint convex program.
# S4 method for Rcpp_DCP,Rcpp_CTRL
cps(cpd, ctrl)
# S4 method for Rcpp_DLP,Rcpp_CTRL
cps(cpd, ctrl)
# S4 method for Rcpp_DNL,Rcpp_CTRL
cps(cpd, ctrl)
# S4 method for Rcpp_DQP,Rcpp_CTRL
cps(cpd, ctrl)
An object of reference-class Rcpp_CPS
.
An object belonging to the class union CPD
.
An object of reference-class Rcpp_CTRL
.