Rcpp_CPS-class function

Class "Rcpp_CPS"

Class "Rcpp_CPS"

Class for solution of convex programs. 1.1

class

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")
  • Maintainer: Bernhard Pfaff
  • License: GPL (>= 3)
  • Last published: 2023-12-09

Useful links