Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

MatrixStuffing-class

The MatrixStuffing class.


Description

The MatrixStuffing class.

Usage

## S4 method for signature 'MatrixStuffing,Problem'
perform(object, problem)

## S4 method for signature 'MatrixStuffing,Solution,InverseData'
invert(object, solution, inverse_data)

Arguments

object

A MatrixStuffing object.

problem

A Problem object to stuff; the arguments of every constraint must be affine.

solution

A Solution to a problem that generated the inverse data.

inverse_data

The data encoding the original problem.

Methods (by generic)

  • perform: Returns a stuffed problem. The returned problem is a minimization problem in which every constraint in the problem has affine arguments that are expressed in the form A

  • invert: Returns the solution to the original problem given the inverse_data.


CVXR

Disciplined Convex Optimization

v1.0-10
Apache License 2.0 | file LICENSE
Authors
Anqi Fu [aut, cre], Balasubramanian Narasimhan [aut], David W Kang [aut], Steven Diamond [aut], John Miller [aut], Stephen Boyd [ctb], Paul Kunsberg Rosenfield [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.