Rcpp_CPS-class: Class '"Rcpp_CPS"'

Rcpp_CPS-classR Documentation

Class "Rcpp_CPS"

Description

Class for solution of convex programs.

Extends

Class "C++Object", directly. All reference classes extend and inherit methods from "envRefClass".

Fields

pdv:

Object of class activeBindingFunction: Primal-dual variables.

state:

Object of class activeBindingFunction: Vector of state variables in convex programs.

status:

Object of class activeBindingFunction: Character indicating the status of the returned solution.

niter:

Object of class activeBindingFunction: Integer, count of iterations.

sidx:

Object of class activeBindingFunction: Integer matrix, start and end indices of slack variables.

Examples

showClass("Rcpp_CPS")

cccp documentation built on Sept. 10, 2022, 1:06 a.m.

Related to Rcpp_CPS-class in cccp...