View source: R/conic_solvers.R
psd_coeff_offset | R Documentation |
Given a problem returns a PSD constraint
psd_coeff_offset(problem, c)
problem |
A Problem object. |
c |
A vector of coefficients. |
Returns an array G and vector h such that the given constraint is
equivalent to G*z \leq_{PSD} h
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.