MatrixStuffing-class {CVXR}R Documentation

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)


[Package CVXR version 1.0-12 Index]