View source: R/112_atoms_eye_minus_inv.R
| eye_minus_inv | R Documentation |
Log-log convex atom for DGP. Solve with
psolve(problem, gp = TRUE).
eye_minus_inv(X)
X |
An Expression (positive square matrix with spectral radius < 1) |
An EyeMinusInv atom
X <- Variable(c(2, 2), pos = TRUE)
prob <- Problem(Minimize(sum(eye_minus_inv(X))), list(X <= 0.4))
## Not run: psolve(prob, gp = TRUE, solver = "SCS")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.