Rcpp_DCP-class function

Class "Rcpp_DCP"

Class "Rcpp_DCP"

Class for definition of convex programs with non-linear constraints. 1.1

class

Extends

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

Fields

  • x0:: Object of class activeBindingFunction: Initial values.
  • cList:: Object of class activeBindingFunction: Inequality constraints, class CONEC.
  • nList:: Object of class activeBindingFunction: List with elements of functions for evaluating non-linear constraints, their associated gradients and their associated Hessians.
  • A:: Object of class activeBindingFunction: Left-hand side of equality cosntraints.
  • b:: Object of class activeBindingFunction: Right-hand side of equality cosntraints.

Examples

showClass("Rcpp_DCP")
  • Maintainer: Bernhard Pfaff
  • License: GPL (>= 3)
  • Last published: 2023-12-09

Useful links