psd_coeff_offset: Given a problem returns a PSD constraint

View source: R/conic_solvers.R

psd_coeff_offsetR Documentation

Given a problem returns a PSD constraint

Description

Given a problem returns a PSD constraint

Usage

psd_coeff_offset(problem, c)

Arguments

problem

A Problem object.

c

A vector of coefficients.

Value

Returns an array G and vector h such that the given constraint is equivalent to G*z \leq_{PSD} h.


cvxgrp/CVXR documentation built on Nov. 8, 2024, 5:47 p.m.