We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e119f commit 7069322Copy full SHA for 7069322
vignettes/CVXImpl.R
@@ -3,4 +3,5 @@ library(CVXR)
3
Theta <- Variable(p, p)
4
J <- matrix(1/p, p, p)
5
objective <- sum(diag(Theta %*% (K + J))) - log_det(Theta + J)
6
+constraints <- list()
7
problem <- Minimize()
0 commit comments