View source: R/113_atoms_pf_eigenvalue.R
| pf_eigenvalue | R Documentation |
Log-log convex atom for DGP. Solve with
psolve(problem, gp = TRUE).
pf_eigenvalue(X)
X |
An Expression (positive square matrix) |
A PfEigenvalue atom (scalar)
X <- Variable(c(2, 2), pos = TRUE)
prob <- Problem(Minimize(pf_eigenvalue(X)),
list(X[1,1] >= 0.1, X[2,2] >= 0.1))
## Not run: psolve(prob, gp = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.