diff --git a/R/exports.R b/R/exports.R
index e4372bf7..bc24d33f 100644
--- a/R/exports.R
+++ b/R/exports.R
@@ -1098,8 +1098,8 @@ entr <- Entr
#'
#' Huber Function
#'
-#' The elementwise Huber function, \eqn{Huber(x, M) = }
-#' \itemize{
+#' The elementwise Huber function, \eqn{Huber(x, M) = 1}
+#' \describe{
#' \item{\eqn{2M|x|-M^2}}{for \eqn{|x| \geq |M|}}
#' \item{\eqn{|x|^2}}{for \eqn{|x| \leq |M|.}}
#' }
@@ -1334,17 +1334,17 @@ pos <- Pos
#' For \eqn{p = 1} and \eqn{f(x) = x}, this function is affine, increasing, and the same sign as \eqn{x}.
#' For \eqn{p = 2,4,8,\ldots} and \eqn{f(x) = |x|^p}, this function is convex, positive, with signed monotonicity.
#' For \eqn{p < 0} and \eqn{f(x) = }
-#' \itemize{
+#' \describe{
#' \item{\eqn{x^p}}{ for \eqn{x > 0}}
#' \item{\eqn{+\infty}}{\eqn{x \leq 0}}
#' }, this function is convex, decreasing, and positive.
#' For \eqn{0 < p < 1} and \eqn{f(x) =}
-#' \itemize{
+#' \describe{
#' \item{\eqn{x^p}}{ for \eqn{x \geq 0}}
#' \item{\eqn{-\infty}}{\eqn{x < 0}}
#' }, this function is concave, increasing, and positivea.
#' For \eqn{p > 1, p \neq 2,4,8,\ldots} and \eqn{f(x) = }
-#' \itemize{
+#' \describe{
#' \item{\eqn{x^p}}{ for \eqn{x \geq 0}}
#' \item{\eqn{+\infty}}{\eqn{x < 0}}
#' }, this function is convex, increasing, and positive.
diff --git a/R/generics.R b/R/generics.R
index 431c2f7d..5fc79cf4 100755
--- a/R/generics.R
+++ b/R/generics.R
@@ -956,7 +956,7 @@ setGeneric("get_problem_data", function(object, solver, gp) { standardGeneric("g
#' @aliases psolve solve
#' @rdname psolve
#' @export
-setGeneric("psolve", function(object, solver = NA, ignore_dcp = FALSE, warm_start = FALSE, verbose = FALSE, parallel = FALSE,
+setGeneric("psolve", function(object, solver = NA, ignore_dcp = FALSE, warm_start = FALSE, verbose = FALSE, parallel = FALSE,
gp = FALSE, feastol = NULL, reltol = NULL, abstol = NULL, num_iter = NULL, ...) { standardGeneric("psolve") })
#'
@@ -1134,7 +1134,7 @@ setGeneric("retrieve", function(object, solution) { standardGeneric("retrieve")
#' @param object A \linkS4class{Reduction} object.
#' @param problem A \linkS4class{Problem} on which the reduction will be performed.
#' @return A list containing
-#' \itemize{
+#' \describe{
#' \item{"problem"}{A \linkS4class{Problem} or list representing the equivalent problem.}
#' \item{"inverse_data"}{A \linkS4class{InverseData} or list containing the data needed to invert this particular reduction.}
#' }
diff --git a/docs/404.html b/docs/404.html
index 17d81367..ed389178 100644
--- a/docs/404.html
+++ b/docs/404.html
@@ -18,7 +18,6 @@
-
License • CVXR License • CVXR
diff --git a/docs/articles/cvxr_intro.html b/docs/articles/cvxr_intro.html
index eb773913..b85559c6 100644
--- a/docs/articles/cvxr_intro.html
+++ b/docs/articles/cvxr_intro.html
@@ -19,7 +19,6 @@
-
Articles • CVXR Articles • CVXR
diff --git a/docs/articles/version1.html b/docs/articles/version1.html
index 1acc3a2f..7f77c726 100644
--- a/docs/articles/version1.html
+++ b/docs/articles/version1.html
@@ -19,7 +19,6 @@
-
Authors and Citation • CVXR Authors and Citation • CVXR
diff --git a/docs/index.html b/docs/index.html
index 05f7441c..3e440a2b 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -27,7 +27,6 @@
form, and hands it off to an appropriate solver to obtain the
solution. Interfaces to solvers on CRAN and elsewhere are
provided, both commercial and open source.">
-
Changelog • CVXR Changelog • CVXR
diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml
index 4bed1d28..5b9c9797 100644
--- a/docs/pkgdown.yml
+++ b/docs/pkgdown.yml
@@ -4,7 +4,7 @@ pkgdown_sha: ~
articles:
cvxr_intro: cvxr_intro.html
version1: version1.html
-last_built: 2024-02-01T00:22Z
+last_built: 2024-02-01T06:12Z
urls:
reference: https://www.cvxgrp.org/CVXR/reference
article: https://www.cvxgrp.org/CVXR/articles
diff --git a/docs/reference/Abs-class.html b/docs/reference/Abs-class.html
index 7a910bb4..8eb32203 100644
--- a/docs/reference/Abs-class.html
+++ b/docs/reference/Abs-class.html
@@ -1,5 +1,5 @@
-The Abs class. — Abs-class • CVXR The Abs class. — Abs-class • CVXR
diff --git a/docs/reference/AddExpression-class.html b/docs/reference/AddExpression-class.html
index 7502333e..e35dd6c6 100644
--- a/docs/reference/AddExpression-class.html
+++ b/docs/reference/AddExpression-class.html
@@ -1,5 +1,5 @@
-The AddExpression class. — +,Expression,missing-method • CVXR The AddExpression class. — +,Expression,missing-method • CVXR
diff --git a/docs/reference/AffAtom-class.html b/docs/reference/AffAtom-class.html
index 5340622a..fda7c3db 100644
--- a/docs/reference/AffAtom-class.html
+++ b/docs/reference/AffAtom-class.html
@@ -1,5 +1,5 @@
-The AffAtom class. — AffAtom-class • CVXR The AffAtom class. — AffAtom-class • CVXR
diff --git a/docs/reference/Atom-class.html b/docs/reference/Atom-class.html
index a961b625..446fe643 100644
--- a/docs/reference/Atom-class.html
+++ b/docs/reference/Atom-class.html
@@ -1,5 +1,5 @@
-The Atom class. — Atom-class • CVXR The Atom class. — Atom-class • CVXR
diff --git a/docs/reference/AxisAtom-class.html b/docs/reference/AxisAtom-class.html
index 831571a0..d5d865e1 100644
--- a/docs/reference/AxisAtom-class.html
+++ b/docs/reference/AxisAtom-class.html
@@ -1,5 +1,5 @@
-The AxisAtom class. — AxisAtom-class • CVXR The AxisAtom class. — AxisAtom-class • CVXR
diff --git a/docs/reference/BinaryOperator-class.html b/docs/reference/BinaryOperator-class.html
index b2b8eeaf..46393548 100644
--- a/docs/reference/BinaryOperator-class.html
+++ b/docs/reference/BinaryOperator-class.html
@@ -1,5 +1,5 @@
-The BinaryOperator class. — BinaryOperator-class • CVXR The BinaryOperator class. — BinaryOperator-class • CVXR
diff --git a/docs/reference/CBC_CONIC-class.html b/docs/reference/CBC_CONIC-class.html
index 09d533ff..6c515474 100644
--- a/docs/reference/CBC_CONIC-class.html
+++ b/docs/reference/CBC_CONIC-class.html
@@ -1,5 +1,5 @@
-An interface to the CBC solver — CBC_CONIC-class • CVXR An interface to the CBC solver — CBC_CONIC-class • CVXR
diff --git a/docs/reference/CPLEX_CONIC-class.html b/docs/reference/CPLEX_CONIC-class.html
index 15250c60..50ee7ef7 100644
--- a/docs/reference/CPLEX_CONIC-class.html
+++ b/docs/reference/CPLEX_CONIC-class.html
@@ -1,5 +1,5 @@
-An interface for the CPLEX solver — CPLEX_CONIC-class • CVXR An interface for the CPLEX solver — CPLEX_CONIC-class • CVXR
diff --git a/docs/reference/CPLEX_QP-class.html b/docs/reference/CPLEX_QP-class.html
index 9ea14259..ffbc56da 100644
--- a/docs/reference/CPLEX_QP-class.html
+++ b/docs/reference/CPLEX_QP-class.html
@@ -1,5 +1,5 @@
-An interface for the CPLEX solver. — CPLEX_QP-class • CVXR An interface for the CPLEX solver. — CPLEX_QP-class • CVXR
diff --git a/docs/reference/CVXOPT-class.html b/docs/reference/CVXOPT-class.html
index 6ab5b88b..18d04af8 100644
--- a/docs/reference/CVXOPT-class.html
+++ b/docs/reference/CVXOPT-class.html
@@ -1,5 +1,5 @@
-An interface for the CVXOPT solver. — CVXOPT-class • CVXR An interface for the CVXOPT solver. — CVXOPT-class • CVXR
diff --git a/docs/reference/CVXR-package.html b/docs/reference/CVXR-package.html
index 31944e5c..5b146c3c 100644
--- a/docs/reference/CVXR-package.html
+++ b/docs/reference/CVXR-package.html
@@ -10,7 +10,7 @@
signed disciplined convex programming (DCP) to verify the problem's
convexity. Once verified, the problem is converted into standard
conic form using graph implementations and passed to a cone solver
-such as ECOS or SCS.">
diff --git a/docs/reference/CallbackParam-class.html b/docs/reference/CallbackParam-class.html
index 095e3cd2..dd877a62 100644
--- a/docs/reference/CallbackParam-class.html
+++ b/docs/reference/CallbackParam-class.html
@@ -1,5 +1,5 @@
-The CallbackParam class. — CallbackParam-class • CVXR The CallbackParam class. — CallbackParam-class • CVXR
@@ -125,13 +125,13 @@ Examples
#>
#> $attributes$callback
#> function() { value(x) }
-#> <environment: 0x7f8a58a0a748>
+#> <environment: 0x7fa56ea88128>
#>
#> $attributes$name
#> [1] "paramNA"
#>
#> $attributes$venv
-#> <environment: 0x7f8a5e4b0728>
+#> <environment: 0x7fa57a637a00>
#>
#> $attributes$.is_vector
#> [1] FALSE
diff --git a/docs/reference/Canonical-class.html b/docs/reference/Canonical-class.html
index 5031c4c1..e1fda6dd 100644
--- a/docs/reference/Canonical-class.html
+++ b/docs/reference/Canonical-class.html
@@ -1,5 +1,5 @@
-The Canonical class. — Canonical-class • CVXR The Canonical class. — Canonical-class • CVXR
diff --git a/docs/reference/Canonicalization-class.html b/docs/reference/Canonicalization-class.html
index 63e2874a..12a8fe19 100644
--- a/docs/reference/Canonicalization-class.html
+++ b/docs/reference/Canonicalization-class.html
@@ -1,5 +1,5 @@
-The Canonicalization class. — Canonicalization-class • CVXR The Canonicalization class. — Canonicalization-class • CVXR
diff --git a/docs/reference/Chain-class.html b/docs/reference/Chain-class.html
index b4509e48..91086f49 100644
--- a/docs/reference/Chain-class.html
+++ b/docs/reference/Chain-class.html
@@ -1,6 +1,6 @@
The Chain class. — Chain-class • CVXR
diff --git a/docs/reference/Complex2Real-class.html b/docs/reference/Complex2Real-class.html
index a171a0c7..20726332 100644
--- a/docs/reference/Complex2Real-class.html
+++ b/docs/reference/Complex2Real-class.html
@@ -1,6 +1,6 @@
Lifts complex numbers to a real representation. — Complex2Real-class • CVXR
diff --git a/docs/reference/Complex2Real.abs_canon.html b/docs/reference/Complex2Real.abs_canon.html
index 8ae393d1..744f88ae 100644
--- a/docs/reference/Complex2Real.abs_canon.html
+++ b/docs/reference/Complex2Real.abs_canon.html
@@ -1,5 +1,5 @@
-Complex canonicalizer for the absolute value atom — Complex2Real.abs_canon • CVXR Complex canonicalizer for the absolute value atom — Complex2Real.abs_canon • CVXR
diff --git a/docs/reference/Complex2Real.add.html b/docs/reference/Complex2Real.add.html
index 56507086..217631eb 100644
--- a/docs/reference/Complex2Real.add.html
+++ b/docs/reference/Complex2Real.add.html
@@ -1,5 +1,5 @@
-Helper function to sum arguments. — Complex2Real.add • CVXR Helper function to sum arguments. — Complex2Real.add • CVXR
diff --git a/docs/reference/Complex2Real.at_least_2D.html b/docs/reference/Complex2Real.at_least_2D.html
index f12eae20..fa82bbf2 100644
--- a/docs/reference/Complex2Real.at_least_2D.html
+++ b/docs/reference/Complex2Real.at_least_2D.html
@@ -1,5 +1,5 @@
-Upcast 0D and 1D to 2D. — Complex2Real.at_least_2D • CVXR Upcast 0D and 1D to 2D. — Complex2Real.at_least_2D • CVXR
diff --git a/docs/reference/Complex2Real.binary_canon.html b/docs/reference/Complex2Real.binary_canon.html
index aefba042..c614dec8 100644
--- a/docs/reference/Complex2Real.binary_canon.html
+++ b/docs/reference/Complex2Real.binary_canon.html
@@ -1,5 +1,5 @@
-Complex canonicalizer for the binary atom — Complex2Real.binary_canon • CVXR Complex canonicalizer for the binary atom — Complex2Real.binary_canon • CVXR
diff --git a/docs/reference/Complex2Real.canonicalize_expr.html b/docs/reference/Complex2Real.canonicalize_expr.html
index b4cc8954..8b20c1fe 100644
--- a/docs/reference/Complex2Real.canonicalize_expr.html
+++ b/docs/reference/Complex2Real.canonicalize_expr.html
@@ -1,5 +1,5 @@
-Canonicalizes a Complex Expression — Complex2Real.canonicalize_expr • CVXR Canonicalizes a Complex Expression — Complex2Real.canonicalize_expr • CVXR
diff --git a/docs/reference/Complex2Real.canonicalize_tree.html b/docs/reference/Complex2Real.canonicalize_tree.html
index b322ed5d..7eab170e 100644
--- a/docs/reference/Complex2Real.canonicalize_tree.html
+++ b/docs/reference/Complex2Real.canonicalize_tree.html
@@ -1,5 +1,5 @@
-Recursively Canonicalizes a Complex Expression. — Complex2Real.canonicalize_tree • CVXR Recursively Canonicalizes a Complex Expression. — Complex2Real.canonicalize_tree • CVXR
diff --git a/docs/reference/Complex2Real.conj_canon.html b/docs/reference/Complex2Real.conj_canon.html
index 2fb2bbf9..fc1d7a7a 100644
--- a/docs/reference/Complex2Real.conj_canon.html
+++ b/docs/reference/Complex2Real.conj_canon.html
@@ -1,5 +1,5 @@
-Complex canonicalizer for the conjugate atom — Complex2Real.conj_canon • CVXR Complex canonicalizer for the conjugate atom — Complex2Real.conj_canon • CVXR
diff --git a/docs/reference/Complex2Real.constant_canon.html b/docs/reference/Complex2Real.constant_canon.html
index 672e311e..30a67cb5 100644
--- a/docs/reference/Complex2Real.constant_canon.html
+++ b/docs/reference/Complex2Real.constant_canon.html
@@ -1,5 +1,5 @@
-Complex canonicalizer for the constant atom — Complex2Real.constant_canon • CVXR Complex canonicalizer for the constant atom — Complex2Real.constant_canon • CVXR
diff --git a/docs/reference/Complex2Real.hermitian_canon.html b/docs/reference/Complex2Real.hermitian_canon.html
index 8e227f21..a9400c62 100644
--- a/docs/reference/Complex2Real.hermitian_canon.html
+++ b/docs/reference/Complex2Real.hermitian_canon.html
@@ -1,5 +1,5 @@
-Complex canonicalizer for the hermitian atom — Complex2Real.hermitian_canon • CVXR Complex canonicalizer for the hermitian atom — Complex2Real.hermitian_canon • CVXR
diff --git a/docs/reference/Complex2Real.imag_canon.html b/docs/reference/Complex2Real.imag_canon.html
index d46b3258..1e2edea5 100644
--- a/docs/reference/Complex2Real.imag_canon.html
+++ b/docs/reference/Complex2Real.imag_canon.html
@@ -1,5 +1,5 @@
-Complex canonicalizer for the imaginary atom — Complex2Real.imag_canon • CVXR Complex canonicalizer for the imaginary atom — Complex2Real.imag_canon • CVXR
diff --git a/docs/reference/Complex2Real.join.html b/docs/reference/Complex2Real.join.html
index a905506f..45003ad4 100644
--- a/docs/reference/Complex2Real.join.html
+++ b/docs/reference/Complex2Real.join.html
@@ -1,5 +1,5 @@
-Helper function to combine arguments. — Complex2Real.join • CVXR Helper function to combine arguments. — Complex2Real.join • CVXR
diff --git a/docs/reference/Complex2Real.lambda_sum_largest_canon.html b/docs/reference/Complex2Real.lambda_sum_largest_canon.html
index 875e7ac2..f680cfa3 100644
--- a/docs/reference/Complex2Real.lambda_sum_largest_canon.html
+++ b/docs/reference/Complex2Real.lambda_sum_largest_canon.html
@@ -1,5 +1,5 @@
-Complex canonicalizer for the largest sum atom — Complex2Real.lambda_sum_largest_canon • CVXR Complex canonicalizer for the largest sum atom — Complex2Real.lambda_sum_largest_canon • CVXR
diff --git a/docs/reference/Complex2Real.matrix_frac_canon.html b/docs/reference/Complex2Real.matrix_frac_canon.html
index e8b9d9ca..a289400e 100644
--- a/docs/reference/Complex2Real.matrix_frac_canon.html
+++ b/docs/reference/Complex2Real.matrix_frac_canon.html
@@ -1,5 +1,5 @@
-Complex canonicalizer for the matrix fraction atom — Complex2Real.matrix_frac_canon • CVXR Complex canonicalizer for the matrix fraction atom — Complex2Real.matrix_frac_canon • CVXR
diff --git a/docs/reference/Complex2Real.nonpos_canon.html b/docs/reference/Complex2Real.nonpos_canon.html
index 89539ff0..efad0f1a 100644
--- a/docs/reference/Complex2Real.nonpos_canon.html
+++ b/docs/reference/Complex2Real.nonpos_canon.html
@@ -1,5 +1,5 @@
-Complex canonicalizer for the non-positive atom — Complex2Real.nonpos_canon • CVXR Complex canonicalizer for the non-positive atom — Complex2Real.nonpos_canon • CVXR
diff --git a/docs/reference/Complex2Real.norm_nuc_canon.html b/docs/reference/Complex2Real.norm_nuc_canon.html
index 898befc9..5abc92bf 100644
--- a/docs/reference/Complex2Real.norm_nuc_canon.html
+++ b/docs/reference/Complex2Real.norm_nuc_canon.html
@@ -1,5 +1,5 @@
-Complex canonicalizer for the nuclear norm atom — Complex2Real.norm_nuc_canon • CVXR Complex canonicalizer for the nuclear norm atom — Complex2Real.norm_nuc_canon • CVXR
diff --git a/docs/reference/Complex2Real.param_canon.html b/docs/reference/Complex2Real.param_canon.html
index f1093195..f4635b0c 100644
--- a/docs/reference/Complex2Real.param_canon.html
+++ b/docs/reference/Complex2Real.param_canon.html
@@ -1,5 +1,5 @@
-Complex canonicalizer for the parameter matrix atom — Complex2Real.param_canon • CVXR Complex canonicalizer for the parameter matrix atom — Complex2Real.param_canon • CVXR
diff --git a/docs/reference/Complex2Real.pnorm_canon.html b/docs/reference/Complex2Real.pnorm_canon.html
index 3e57b43a..6619527f 100644
--- a/docs/reference/Complex2Real.pnorm_canon.html
+++ b/docs/reference/Complex2Real.pnorm_canon.html
@@ -1,5 +1,5 @@
-Complex canonicalizer for the p norm atom — Complex2Real.pnorm_canon • CVXR Complex canonicalizer for the p norm atom — Complex2Real.pnorm_canon • CVXR
diff --git a/docs/reference/Complex2Real.psd_canon.html b/docs/reference/Complex2Real.psd_canon.html
index af88026a..cac787f7 100644
--- a/docs/reference/Complex2Real.psd_canon.html
+++ b/docs/reference/Complex2Real.psd_canon.html
@@ -1,5 +1,5 @@
-Complex canonicalizer for the positive semidefinite atom — Complex2Real.psd_canon • CVXR Complex canonicalizer for the positive semidefinite atom — Complex2Real.psd_canon • CVXR
diff --git a/docs/reference/Complex2Real.quad_canon.html b/docs/reference/Complex2Real.quad_canon.html
index 2ae597e5..f5a58cba 100644
--- a/docs/reference/Complex2Real.quad_canon.html
+++ b/docs/reference/Complex2Real.quad_canon.html
@@ -1,5 +1,5 @@
-Complex canonicalizer for the quadratic atom — Complex2Real.quad_canon • CVXR Complex canonicalizer for the quadratic atom — Complex2Real.quad_canon • CVXR
diff --git a/docs/reference/Complex2Real.quad_over_lin_canon.html b/docs/reference/Complex2Real.quad_over_lin_canon.html
index 23fb731e..fadc6d06 100644
--- a/docs/reference/Complex2Real.quad_over_lin_canon.html
+++ b/docs/reference/Complex2Real.quad_over_lin_canon.html
@@ -1,5 +1,5 @@
-Complex canonicalizer for the quadratic over linear term atom — Complex2Real.quad_over_lin_canon • CVXR Complex canonicalizer for the quadratic over linear term atom — Complex2Real.quad_over_lin_canon • CVXR
diff --git a/docs/reference/Complex2Real.real_canon.html b/docs/reference/Complex2Real.real_canon.html
index 6ca18468..785f13ba 100644
--- a/docs/reference/Complex2Real.real_canon.html
+++ b/docs/reference/Complex2Real.real_canon.html
@@ -1,5 +1,5 @@
-Complex canonicalizer for the real atom — Complex2Real.real_canon • CVXR Complex canonicalizer for the real atom — Complex2Real.real_canon • CVXR
diff --git a/docs/reference/Complex2Real.separable_canon.html b/docs/reference/Complex2Real.separable_canon.html
index a89c814e..62acafdc 100644
--- a/docs/reference/Complex2Real.separable_canon.html
+++ b/docs/reference/Complex2Real.separable_canon.html
@@ -1,5 +1,5 @@
-Complex canonicalizer for the separable atom — Complex2Real.separable_canon • CVXR Complex canonicalizer for the separable atom — Complex2Real.separable_canon • CVXR
diff --git a/docs/reference/Complex2Real.soc_canon.html b/docs/reference/Complex2Real.soc_canon.html
index 411aa453..25ea7c20 100644
--- a/docs/reference/Complex2Real.soc_canon.html
+++ b/docs/reference/Complex2Real.soc_canon.html
@@ -1,5 +1,5 @@
-Complex canonicalizer for the SOC atom — Complex2Real.soc_canon • CVXR Complex canonicalizer for the SOC atom — Complex2Real.soc_canon • CVXR
diff --git a/docs/reference/Complex2Real.variable_canon.html b/docs/reference/Complex2Real.variable_canon.html
index 36623246..7885af8e 100644
--- a/docs/reference/Complex2Real.variable_canon.html
+++ b/docs/reference/Complex2Real.variable_canon.html
@@ -1,5 +1,5 @@
-Complex canonicalizer for the variable atom — Complex2Real.variable_canon • CVXR Complex canonicalizer for the variable atom — Complex2Real.variable_canon • CVXR
diff --git a/docs/reference/Complex2Real.zero_canon.html b/docs/reference/Complex2Real.zero_canon.html
index ec1e88ff..f98fc77a 100644
--- a/docs/reference/Complex2Real.zero_canon.html
+++ b/docs/reference/Complex2Real.zero_canon.html
@@ -1,5 +1,5 @@
-Complex canonicalizer for the zero atom — Complex2Real.zero_canon • CVXR Complex canonicalizer for the zero atom — Complex2Real.zero_canon • CVXR
diff --git a/docs/reference/ConeDims-class.html b/docs/reference/ConeDims-class.html
index dfaf3c9b..76f5b1ed 100644
--- a/docs/reference/ConeDims-class.html
+++ b/docs/reference/ConeDims-class.html
@@ -1,6 +1,6 @@
Summary of cone dimensions present in constraints. — ConeDims-class • CVXR
diff --git a/docs/reference/ConeMatrixStuffing-class.html b/docs/reference/ConeMatrixStuffing-class.html
index 9ea4b37f..07faa9e6 100644
--- a/docs/reference/ConeMatrixStuffing-class.html
+++ b/docs/reference/ConeMatrixStuffing-class.html
@@ -1,6 +1,6 @@
Construct Matrices for Linear Cone Problems — ConeMatrixStuffing-class • CVXR
diff --git a/docs/reference/ConicSolver-class.html b/docs/reference/ConicSolver-class.html
index e656b9bb..896ee16f 100644
--- a/docs/reference/ConicSolver-class.html
+++ b/docs/reference/ConicSolver-class.html
@@ -1,5 +1,5 @@
-The ConicSolver class. — ConicSolver-class • CVXR The ConicSolver class. — ConicSolver-class • CVXR
diff --git a/docs/reference/ConicSolver.get_coeff_offset.html b/docs/reference/ConicSolver.get_coeff_offset.html
index 02f72ba4..280e5579 100644
--- a/docs/reference/ConicSolver.get_coeff_offset.html
+++ b/docs/reference/ConicSolver.get_coeff_offset.html
@@ -1,5 +1,5 @@
-Return the coefficient and offset in \(Ax + b\). — ConicSolver.get_coeff_offset • CVXR Return the coefficient and offset in \(Ax + b\). — ConicSolver.get_coeff_offset • CVXR
diff --git a/docs/reference/ConicSolver.get_spacing_matrix.html b/docs/reference/ConicSolver.get_spacing_matrix.html
index ff2fe687..811e33fa 100644
--- a/docs/reference/ConicSolver.get_spacing_matrix.html
+++ b/docs/reference/ConicSolver.get_spacing_matrix.html
@@ -1,5 +1,5 @@
-Returns a sparse matrix that spaces out an expression. — ConicSolver.get_spacing_matrix • CVXR Returns a sparse matrix that spaces out an expression. — ConicSolver.get_spacing_matrix • CVXR
diff --git a/docs/reference/Conjugate-class.html b/docs/reference/Conjugate-class.html
index 39e1d34c..7bb096dd 100644
--- a/docs/reference/Conjugate-class.html
+++ b/docs/reference/Conjugate-class.html
@@ -1,5 +1,5 @@
-The Conjugate class. — Conjugate-class • CVXR The Conjugate class. — Conjugate-class • CVXR
diff --git a/docs/reference/Constant-class.html b/docs/reference/Constant-class.html
index 0c7336bb..4e07562f 100644
--- a/docs/reference/Constant-class.html
+++ b/docs/reference/Constant-class.html
@@ -1,6 +1,6 @@
The Constant class. — Constant-class • CVXR
diff --git a/docs/reference/ConstantSolver-class.html b/docs/reference/ConstantSolver-class.html
index 34177e04..b2144a34 100644
--- a/docs/reference/ConstantSolver-class.html
+++ b/docs/reference/ConstantSolver-class.html
@@ -1,5 +1,5 @@
-The ConstantSolver class. — ConstantSolver-class • CVXR The ConstantSolver class. — ConstantSolver-class • CVXR
diff --git a/docs/reference/Constraint-class.html b/docs/reference/Constraint-class.html
index ba01f06a..655a09f7 100644
--- a/docs/reference/Constraint-class.html
+++ b/docs/reference/Constraint-class.html
@@ -1,5 +1,5 @@
-The Constraint class. — Constraint-class • CVXR The Constraint class. — Constraint-class • CVXR
diff --git a/docs/reference/Conv-class.html b/docs/reference/Conv-class.html
index 6312d5b0..2cb42de5 100644
--- a/docs/reference/Conv-class.html
+++ b/docs/reference/Conv-class.html
@@ -1,5 +1,5 @@
-The Conv class. — Conv-class • CVXR The Conv class. — Conv-class • CVXR
diff --git a/docs/reference/CumMax-class.html b/docs/reference/CumMax-class.html
index a1af0c4e..0b944e56 100644
--- a/docs/reference/CumMax-class.html
+++ b/docs/reference/CumMax-class.html
@@ -1,5 +1,5 @@
-The CumMax class. — CumMax-class • CVXR The CumMax class. — CumMax-class • CVXR
diff --git a/docs/reference/CumSum-class.html b/docs/reference/CumSum-class.html
index 8d12ba0d..5d5eb957 100644
--- a/docs/reference/CumSum-class.html
+++ b/docs/reference/CumSum-class.html
@@ -1,5 +1,5 @@
-The CumSum class. — CumSum-class • CVXR The CumSum class. — CumSum-class • CVXR
diff --git a/docs/reference/CvxAttr2Constr-class.html b/docs/reference/CvxAttr2Constr-class.html
index 325295c8..a296246c 100644
--- a/docs/reference/CvxAttr2Constr-class.html
+++ b/docs/reference/CvxAttr2Constr-class.html
@@ -1,5 +1,5 @@
-The CvxAttr2Constr class. — CvxAttr2Constr-class • CVXR The CvxAttr2Constr class. — CvxAttr2Constr-class • CVXR
diff --git a/docs/reference/Dcp2Cone-class.html b/docs/reference/Dcp2Cone-class.html
index 97ce69e7..0d971685 100644
--- a/docs/reference/Dcp2Cone-class.html
+++ b/docs/reference/Dcp2Cone-class.html
@@ -1,6 +1,6 @@
Reduce DCP Problem to Conic Form — Dcp2Cone-class • CVXR
diff --git a/docs/reference/Dcp2Cone.entr_canon.html b/docs/reference/Dcp2Cone.entr_canon.html
index e04e0bf6..a2cb99ed 100644
--- a/docs/reference/Dcp2Cone.entr_canon.html
+++ b/docs/reference/Dcp2Cone.entr_canon.html
@@ -1,5 +1,5 @@
-Dcp2Cone canonicalizer for the entropy atom — Dcp2Cone.entr_canon • CVXR Dcp2Cone canonicalizer for the entropy atom — Dcp2Cone.entr_canon • CVXR
diff --git a/docs/reference/Dcp2Cone.exp_canon.html b/docs/reference/Dcp2Cone.exp_canon.html
index c89c9166..cca93e66 100644
--- a/docs/reference/Dcp2Cone.exp_canon.html
+++ b/docs/reference/Dcp2Cone.exp_canon.html
@@ -1,5 +1,5 @@
-Dcp2Cone canonicalizer for the exponential atom — Dcp2Cone.exp_canon • CVXR Dcp2Cone canonicalizer for the exponential atom — Dcp2Cone.exp_canon • CVXR
diff --git a/docs/reference/Dcp2Cone.geo_mean_canon.html b/docs/reference/Dcp2Cone.geo_mean_canon.html
index 01673cae..2c5f0084 100644
--- a/docs/reference/Dcp2Cone.geo_mean_canon.html
+++ b/docs/reference/Dcp2Cone.geo_mean_canon.html
@@ -1,5 +1,5 @@
-Dcp2Cone canonicalizer for the geometric mean atom — Dcp2Cone.geo_mean_canon • CVXR Dcp2Cone canonicalizer for the geometric mean atom — Dcp2Cone.geo_mean_canon • CVXR
diff --git a/docs/reference/Dcp2Cone.huber_canon.html b/docs/reference/Dcp2Cone.huber_canon.html
index e47e8418..f282e3b5 100644
--- a/docs/reference/Dcp2Cone.huber_canon.html
+++ b/docs/reference/Dcp2Cone.huber_canon.html
@@ -1,5 +1,5 @@
-Dcp2Cone canonicalizer for the huber atom — Dcp2Cone.huber_canon • CVXR Dcp2Cone canonicalizer for the huber atom — Dcp2Cone.huber_canon • CVXR
diff --git a/docs/reference/Dcp2Cone.indicator_canon.html b/docs/reference/Dcp2Cone.indicator_canon.html
index 3537929d..3c255337 100644
--- a/docs/reference/Dcp2Cone.indicator_canon.html
+++ b/docs/reference/Dcp2Cone.indicator_canon.html
@@ -1,5 +1,5 @@
-Dcp2Cone canonicalizer for the indicator atom — Dcp2Cone.indicator_canon • CVXR Dcp2Cone canonicalizer for the indicator atom — Dcp2Cone.indicator_canon • CVXR
diff --git a/docs/reference/Dcp2Cone.kl_div_canon.html b/docs/reference/Dcp2Cone.kl_div_canon.html
index f995f151..6acfbe9c 100644
--- a/docs/reference/Dcp2Cone.kl_div_canon.html
+++ b/docs/reference/Dcp2Cone.kl_div_canon.html
@@ -1,5 +1,5 @@
-Dcp2Cone canonicalizer for the KL Divergence atom — Dcp2Cone.kl_div_canon • CVXR Dcp2Cone canonicalizer for the KL Divergence atom — Dcp2Cone.kl_div_canon • CVXR
diff --git a/docs/reference/Dcp2Cone.lambda_max_canon.html b/docs/reference/Dcp2Cone.lambda_max_canon.html
index d24b4e0d..970d6cc6 100644
--- a/docs/reference/Dcp2Cone.lambda_max_canon.html
+++ b/docs/reference/Dcp2Cone.lambda_max_canon.html
@@ -1,5 +1,5 @@
-Dcp2Cone canonicalizer for the lambda maximization atom — Dcp2Cone.lambda_max_canon • CVXR Dcp2Cone canonicalizer for the lambda maximization atom — Dcp2Cone.lambda_max_canon • CVXR
diff --git a/docs/reference/Dcp2Cone.lambda_sum_largest_canon.html b/docs/reference/Dcp2Cone.lambda_sum_largest_canon.html
index e3fac128..7fe24945 100644
--- a/docs/reference/Dcp2Cone.lambda_sum_largest_canon.html
+++ b/docs/reference/Dcp2Cone.lambda_sum_largest_canon.html
@@ -1,5 +1,5 @@
-Dcp2Cone canonicalizer for the largest lambda sum atom — Dcp2Cone.lambda_sum_largest_canon • CVXR Dcp2Cone canonicalizer for the largest lambda sum atom — Dcp2Cone.lambda_sum_largest_canon • CVXR
diff --git a/docs/reference/Dcp2Cone.log1p_canon.html b/docs/reference/Dcp2Cone.log1p_canon.html
index 7ede2fcc..eb5c5f09 100644
--- a/docs/reference/Dcp2Cone.log1p_canon.html
+++ b/docs/reference/Dcp2Cone.log1p_canon.html
@@ -1,5 +1,5 @@
-Dcp2Cone canonicalizer for the log 1p atom — Dcp2Cone.log1p_canon • CVXR Dcp2Cone canonicalizer for the log 1p atom — Dcp2Cone.log1p_canon • CVXR
diff --git a/docs/reference/Dcp2Cone.log_canon.html b/docs/reference/Dcp2Cone.log_canon.html
index 4478be93..ffce690b 100644
--- a/docs/reference/Dcp2Cone.log_canon.html
+++ b/docs/reference/Dcp2Cone.log_canon.html
@@ -1,5 +1,5 @@
-Dcp2Cone canonicalizer for the log atom — Dcp2Cone.log_canon • CVXR Dcp2Cone canonicalizer for the log atom — Dcp2Cone.log_canon • CVXR
diff --git a/docs/reference/Dcp2Cone.log_det_canon.html b/docs/reference/Dcp2Cone.log_det_canon.html
index c0fe7b53..83873c04 100644
--- a/docs/reference/Dcp2Cone.log_det_canon.html
+++ b/docs/reference/Dcp2Cone.log_det_canon.html
@@ -1,5 +1,5 @@
-Dcp2Cone canonicalizer for the log determinant atom — Dcp2Cone.log_det_canon • CVXR Dcp2Cone canonicalizer for the log determinant atom — Dcp2Cone.log_det_canon • CVXR
diff --git a/docs/reference/Dcp2Cone.log_sum_exp_canon.html b/docs/reference/Dcp2Cone.log_sum_exp_canon.html
index 7bb010e0..a9788f57 100644
--- a/docs/reference/Dcp2Cone.log_sum_exp_canon.html
+++ b/docs/reference/Dcp2Cone.log_sum_exp_canon.html
@@ -1,5 +1,5 @@
-Dcp2Cone canonicalizer for the log sum of the exp atom — Dcp2Cone.log_sum_exp_canon • CVXR Dcp2Cone canonicalizer for the log sum of the exp atom — Dcp2Cone.log_sum_exp_canon • CVXR
diff --git a/docs/reference/Dcp2Cone.logistic_canon.html b/docs/reference/Dcp2Cone.logistic_canon.html
index 79d16d19..274b2f3a 100644
--- a/docs/reference/Dcp2Cone.logistic_canon.html
+++ b/docs/reference/Dcp2Cone.logistic_canon.html
@@ -1,5 +1,5 @@
-Dcp2Cone canonicalizer for the logistic function atom — Dcp2Cone.logistic_canon • CVXR Dcp2Cone canonicalizer for the logistic function atom — Dcp2Cone.logistic_canon • CVXR
diff --git a/docs/reference/Dcp2Cone.matrix_frac_canon.html b/docs/reference/Dcp2Cone.matrix_frac_canon.html
index 13bf5826..ce24b4eb 100644
--- a/docs/reference/Dcp2Cone.matrix_frac_canon.html
+++ b/docs/reference/Dcp2Cone.matrix_frac_canon.html
@@ -1,5 +1,5 @@
-Dcp2Cone canonicalizer for the matrix fraction atom — Dcp2Cone.matrix_frac_canon • CVXR Dcp2Cone canonicalizer for the matrix fraction atom — Dcp2Cone.matrix_frac_canon • CVXR
diff --git a/docs/reference/Dcp2Cone.normNuc_canon.html b/docs/reference/Dcp2Cone.normNuc_canon.html
index ba9d9ee8..c54cfe6d 100644
--- a/docs/reference/Dcp2Cone.normNuc_canon.html
+++ b/docs/reference/Dcp2Cone.normNuc_canon.html
@@ -1,5 +1,5 @@
-Dcp2Cone canonicalizer for the nuclear norm atom — Dcp2Cone.normNuc_canon • CVXR Dcp2Cone canonicalizer for the nuclear norm atom — Dcp2Cone.normNuc_canon • CVXR
diff --git a/docs/reference/Dcp2Cone.pnorm_canon.html b/docs/reference/Dcp2Cone.pnorm_canon.html
index 20311d8b..03e53930 100644
--- a/docs/reference/Dcp2Cone.pnorm_canon.html
+++ b/docs/reference/Dcp2Cone.pnorm_canon.html
@@ -1,5 +1,5 @@
-Dcp2Cone canonicalizer for the p norm atom — Dcp2Cone.pnorm_canon • CVXR Dcp2Cone canonicalizer for the p norm atom — Dcp2Cone.pnorm_canon • CVXR
diff --git a/docs/reference/Dcp2Cone.power_canon.html b/docs/reference/Dcp2Cone.power_canon.html
index 9231776b..e17e10c9 100644
--- a/docs/reference/Dcp2Cone.power_canon.html
+++ b/docs/reference/Dcp2Cone.power_canon.html
@@ -1,5 +1,5 @@
-Dcp2Cone canonicalizer for the power atom — Dcp2Cone.power_canon • CVXR Dcp2Cone canonicalizer for the power atom — Dcp2Cone.power_canon • CVXR
diff --git a/docs/reference/Dcp2Cone.quad_form_canon.html b/docs/reference/Dcp2Cone.quad_form_canon.html
index 6f0404bc..ddf893ac 100644
--- a/docs/reference/Dcp2Cone.quad_form_canon.html
+++ b/docs/reference/Dcp2Cone.quad_form_canon.html
@@ -1,5 +1,5 @@
-Dcp2Cone canonicalizer for the quadratic form atom — Dcp2Cone.quad_form_canon • CVXR Dcp2Cone canonicalizer for the quadratic form atom — Dcp2Cone.quad_form_canon • CVXR
diff --git a/docs/reference/Dcp2Cone.quad_over_lin_canon.html b/docs/reference/Dcp2Cone.quad_over_lin_canon.html
index b63d3642..029ce6df 100644
--- a/docs/reference/Dcp2Cone.quad_over_lin_canon.html
+++ b/docs/reference/Dcp2Cone.quad_over_lin_canon.html
@@ -1,5 +1,5 @@
-Dcp2Cone canonicalizer for the quadratic over linear term atom — Dcp2Cone.quad_over_lin_canon • CVXR Dcp2Cone canonicalizer for the quadratic over linear term atom — Dcp2Cone.quad_over_lin_canon • CVXR
diff --git a/docs/reference/Dcp2Cone.sigma_max_canon.html b/docs/reference/Dcp2Cone.sigma_max_canon.html
index 897e521b..72a4f55e 100644
--- a/docs/reference/Dcp2Cone.sigma_max_canon.html
+++ b/docs/reference/Dcp2Cone.sigma_max_canon.html
@@ -1,5 +1,5 @@
-Dcp2Cone canonicalizer for the sigma max atom — Dcp2Cone.sigma_max_canon • CVXR Dcp2Cone canonicalizer for the sigma max atom — Dcp2Cone.sigma_max_canon • CVXR
diff --git a/docs/reference/Dgp2Dcp-class.html b/docs/reference/Dgp2Dcp-class.html
index 362c82e7..2803da0c 100644
--- a/docs/reference/Dgp2Dcp-class.html
+++ b/docs/reference/Dgp2Dcp-class.html
@@ -1,7 +1,7 @@
Reduce DGP problems to DCP problems. — Dgp2Dcp-class • CVXR
diff --git a/docs/reference/Dgp2Dcp.add_canon.html b/docs/reference/Dgp2Dcp.add_canon.html
index e19eae93..7cecdc5e 100644
--- a/docs/reference/Dgp2Dcp.add_canon.html
+++ b/docs/reference/Dgp2Dcp.add_canon.html
@@ -1,5 +1,5 @@
-Dgp2Dcp canonicalizer for the addition atom — Dgp2Dcp.add_canon • CVXR Dgp2Dcp canonicalizer for the addition atom — Dgp2Dcp.add_canon • CVXR
diff --git a/docs/reference/Dgp2Dcp.constant_canon.html b/docs/reference/Dgp2Dcp.constant_canon.html
index 02dc13ed..c2bb354c 100644
--- a/docs/reference/Dgp2Dcp.constant_canon.html
+++ b/docs/reference/Dgp2Dcp.constant_canon.html
@@ -1,5 +1,5 @@
-Dgp2Dcp canonicalizer for the constant atom — Dgp2Dcp.constant_canon • CVXR Dgp2Dcp canonicalizer for the constant atom — Dgp2Dcp.constant_canon • CVXR
diff --git a/docs/reference/Dgp2Dcp.div_canon.html b/docs/reference/Dgp2Dcp.div_canon.html
index 1a713894..e856c0fa 100644
--- a/docs/reference/Dgp2Dcp.div_canon.html
+++ b/docs/reference/Dgp2Dcp.div_canon.html
@@ -1,5 +1,5 @@
-Dgp2Dcp canonicalizer for the division atom — Dgp2Dcp.div_canon • CVXR Dgp2Dcp canonicalizer for the division atom — Dgp2Dcp.div_canon • CVXR
diff --git a/docs/reference/Dgp2Dcp.exp_canon.html b/docs/reference/Dgp2Dcp.exp_canon.html
index dfb7d542..fe554d18 100644
--- a/docs/reference/Dgp2Dcp.exp_canon.html
+++ b/docs/reference/Dgp2Dcp.exp_canon.html
@@ -1,5 +1,5 @@
-Dgp2Dcp canonicalizer for the exp atom — Dgp2Dcp.exp_canon • CVXR Dgp2Dcp canonicalizer for the exp atom — Dgp2Dcp.exp_canon • CVXR
diff --git a/docs/reference/Dgp2Dcp.eye_minus_inv_canon.html b/docs/reference/Dgp2Dcp.eye_minus_inv_canon.html
index 1732a9c8..3e008f97 100644
--- a/docs/reference/Dgp2Dcp.eye_minus_inv_canon.html
+++ b/docs/reference/Dgp2Dcp.eye_minus_inv_canon.html
@@ -1,5 +1,5 @@
-Dgp2Dcp canonicalizer for the \((I - X)^{-1}\) atom — Dgp2Dcp.eye_minus_inv_canon • CVXR Dgp2Dcp canonicalizer for the \((I - X)^{-1}\) atom — Dgp2Dcp.eye_minus_inv_canon • CVXR
diff --git a/docs/reference/Dgp2Dcp.geo_mean_canon.html b/docs/reference/Dgp2Dcp.geo_mean_canon.html
index 798312e6..2aa9b924 100644
--- a/docs/reference/Dgp2Dcp.geo_mean_canon.html
+++ b/docs/reference/Dgp2Dcp.geo_mean_canon.html
@@ -1,5 +1,5 @@
-Dgp2Dcp canonicalizer for the geometric mean atom — Dgp2Dcp.geo_mean_canon • CVXR Dgp2Dcp canonicalizer for the geometric mean atom — Dgp2Dcp.geo_mean_canon • CVXR
diff --git a/docs/reference/Dgp2Dcp.log_canon.html b/docs/reference/Dgp2Dcp.log_canon.html
index ae3da299..51529c0e 100644
--- a/docs/reference/Dgp2Dcp.log_canon.html
+++ b/docs/reference/Dgp2Dcp.log_canon.html
@@ -1,5 +1,5 @@
-Dgp2Dcp canonicalizer for the log atom — Dgp2Dcp.log_canon • CVXR Dgp2Dcp canonicalizer for the log atom — Dgp2Dcp.log_canon • CVXR
diff --git a/docs/reference/Dgp2Dcp.mul_canon.html b/docs/reference/Dgp2Dcp.mul_canon.html
index 641b974d..9f3013f2 100644
--- a/docs/reference/Dgp2Dcp.mul_canon.html
+++ b/docs/reference/Dgp2Dcp.mul_canon.html
@@ -1,5 +1,5 @@
-Dgp2Dcp canonicalizer for the multiplication atom — Dgp2Dcp.mul_canon • CVXR Dgp2Dcp canonicalizer for the multiplication atom — Dgp2Dcp.mul_canon • CVXR
diff --git a/docs/reference/Dgp2Dcp.mulexpression_canon.html b/docs/reference/Dgp2Dcp.mulexpression_canon.html
index 5f54fc1d..760fa59f 100644
--- a/docs/reference/Dgp2Dcp.mulexpression_canon.html
+++ b/docs/reference/Dgp2Dcp.mulexpression_canon.html
@@ -1,5 +1,5 @@
-Dgp2Dcp canonicalizer for the multiplication expression atom — Dgp2Dcp.mulexpression_canon • CVXR Dgp2Dcp canonicalizer for the multiplication expression atom — Dgp2Dcp.mulexpression_canon • CVXR
diff --git a/docs/reference/Dgp2Dcp.nonpos_constr_canon.html b/docs/reference/Dgp2Dcp.nonpos_constr_canon.html
index a0765218..458f2c84 100644
--- a/docs/reference/Dgp2Dcp.nonpos_constr_canon.html
+++ b/docs/reference/Dgp2Dcp.nonpos_constr_canon.html
@@ -1,5 +1,5 @@
-Dgp2Dcp canonicalizer for the non-positive constraint atom — Dgp2Dcp.nonpos_constr_canon • CVXR Dgp2Dcp canonicalizer for the non-positive constraint atom — Dgp2Dcp.nonpos_constr_canon • CVXR
diff --git a/docs/reference/Dgp2Dcp.norm1_canon.html b/docs/reference/Dgp2Dcp.norm1_canon.html
index e78eda87..da518acb 100644
--- a/docs/reference/Dgp2Dcp.norm1_canon.html
+++ b/docs/reference/Dgp2Dcp.norm1_canon.html
@@ -1,5 +1,5 @@
-Dgp2Dcp canonicalizer for the 1 norm atom — Dgp2Dcp.norm1_canon • CVXR Dgp2Dcp canonicalizer for the 1 norm atom — Dgp2Dcp.norm1_canon • CVXR
diff --git a/docs/reference/Dgp2Dcp.norm_inf_canon.html b/docs/reference/Dgp2Dcp.norm_inf_canon.html
index 8e3418c0..e364506f 100644
--- a/docs/reference/Dgp2Dcp.norm_inf_canon.html
+++ b/docs/reference/Dgp2Dcp.norm_inf_canon.html
@@ -1,5 +1,5 @@
-Dgp2Dcp canonicalizer for the infinite norm atom — Dgp2Dcp.norm_inf_canon • CVXR Dgp2Dcp canonicalizer for the infinite norm atom — Dgp2Dcp.norm_inf_canon • CVXR
diff --git a/docs/reference/Dgp2Dcp.one_minus_pos_canon.html b/docs/reference/Dgp2Dcp.one_minus_pos_canon.html
index 4b0948e1..b5e9afee 100644
--- a/docs/reference/Dgp2Dcp.one_minus_pos_canon.html
+++ b/docs/reference/Dgp2Dcp.one_minus_pos_canon.html
@@ -1,5 +1,5 @@
-Dgp2Dcp canonicalizer for the 1-x atom — Dgp2Dcp.one_minus_pos_canon • CVXR Dgp2Dcp canonicalizer for the 1-x atom — Dgp2Dcp.one_minus_pos_canon • CVXR
diff --git a/docs/reference/Dgp2Dcp.parameter_canon.html b/docs/reference/Dgp2Dcp.parameter_canon.html
index 14d203e5..a3cbe135 100644
--- a/docs/reference/Dgp2Dcp.parameter_canon.html
+++ b/docs/reference/Dgp2Dcp.parameter_canon.html
@@ -1,5 +1,5 @@
-Dgp2Dcp canonicalizer for the parameter atom — Dgp2Dcp.parameter_canon • CVXR Dgp2Dcp canonicalizer for the parameter atom — Dgp2Dcp.parameter_canon • CVXR
diff --git a/docs/reference/Dgp2Dcp.pf_eigenvalue_canon.html b/docs/reference/Dgp2Dcp.pf_eigenvalue_canon.html
index 8dae9aea..1fb1c806 100644
--- a/docs/reference/Dgp2Dcp.pf_eigenvalue_canon.html
+++ b/docs/reference/Dgp2Dcp.pf_eigenvalue_canon.html
@@ -1,5 +1,5 @@
-Dgp2Dcp canonicalizer for the spectral radius atom — Dgp2Dcp.pf_eigenvalue_canon • CVXR Dgp2Dcp canonicalizer for the spectral radius atom — Dgp2Dcp.pf_eigenvalue_canon • CVXR
diff --git a/docs/reference/Dgp2Dcp.pnorm_canon.html b/docs/reference/Dgp2Dcp.pnorm_canon.html
index 7b8a89bc..09fd888b 100644
--- a/docs/reference/Dgp2Dcp.pnorm_canon.html
+++ b/docs/reference/Dgp2Dcp.pnorm_canon.html
@@ -1,5 +1,5 @@
-Dgp2Dcp canonicalizer for the p norm atom — Dgp2Dcp.pnorm_canon • CVXR Dgp2Dcp canonicalizer for the p norm atom — Dgp2Dcp.pnorm_canon • CVXR
diff --git a/docs/reference/Dgp2Dcp.power_canon.html b/docs/reference/Dgp2Dcp.power_canon.html
index 78f9c7e4..4caf4892 100644
--- a/docs/reference/Dgp2Dcp.power_canon.html
+++ b/docs/reference/Dgp2Dcp.power_canon.html
@@ -1,5 +1,5 @@
-Dgp2Dcp canonicalizer for the power atom — Dgp2Dcp.power_canon • CVXR Dgp2Dcp canonicalizer for the power atom — Dgp2Dcp.power_canon • CVXR
diff --git a/docs/reference/Dgp2Dcp.prod_canon.html b/docs/reference/Dgp2Dcp.prod_canon.html
index edfd92be..3d81b80c 100644
--- a/docs/reference/Dgp2Dcp.prod_canon.html
+++ b/docs/reference/Dgp2Dcp.prod_canon.html
@@ -1,5 +1,5 @@
-Dgp2Dcp canonicalizer for the product atom — Dgp2Dcp.prod_canon • CVXR Dgp2Dcp canonicalizer for the product atom — Dgp2Dcp.prod_canon • CVXR
diff --git a/docs/reference/Dgp2Dcp.quad_form_canon.html b/docs/reference/Dgp2Dcp.quad_form_canon.html
index c01d0fa6..1b4bbfd5 100644
--- a/docs/reference/Dgp2Dcp.quad_form_canon.html
+++ b/docs/reference/Dgp2Dcp.quad_form_canon.html
@@ -1,5 +1,5 @@
-Dgp2Dcp canonicalizer for the quadratic form atom — Dgp2Dcp.quad_form_canon • CVXR Dgp2Dcp canonicalizer for the quadratic form atom — Dgp2Dcp.quad_form_canon • CVXR
diff --git a/docs/reference/Dgp2Dcp.quad_over_lin_canon.html b/docs/reference/Dgp2Dcp.quad_over_lin_canon.html
index 2b5dbb2a..d1a6c975 100644
--- a/docs/reference/Dgp2Dcp.quad_over_lin_canon.html
+++ b/docs/reference/Dgp2Dcp.quad_over_lin_canon.html
@@ -1,5 +1,5 @@
-Dgp2Dcp canonicalizer for the quadratic over linear term atom — Dgp2Dcp.quad_over_lin_canon • CVXR Dgp2Dcp canonicalizer for the quadratic over linear term atom — Dgp2Dcp.quad_over_lin_canon • CVXR
diff --git a/docs/reference/Dgp2Dcp.sum_canon.html b/docs/reference/Dgp2Dcp.sum_canon.html
index fe80ec94..d51b388c 100644
--- a/docs/reference/Dgp2Dcp.sum_canon.html
+++ b/docs/reference/Dgp2Dcp.sum_canon.html
@@ -1,5 +1,5 @@
-Dgp2Dcp canonicalizer for the sum atom — Dgp2Dcp.sum_canon • CVXR Dgp2Dcp canonicalizer for the sum atom — Dgp2Dcp.sum_canon • CVXR
diff --git a/docs/reference/Dgp2Dcp.trace_canon.html b/docs/reference/Dgp2Dcp.trace_canon.html
index 47524249..4d203ffa 100644
--- a/docs/reference/Dgp2Dcp.trace_canon.html
+++ b/docs/reference/Dgp2Dcp.trace_canon.html
@@ -1,5 +1,5 @@
-Dgp2Dcp canonicalizer for the trace atom — Dgp2Dcp.trace_canon • CVXR Dgp2Dcp canonicalizer for the trace atom — Dgp2Dcp.trace_canon • CVXR
diff --git a/docs/reference/Dgp2Dcp.zero_constr_canon.html b/docs/reference/Dgp2Dcp.zero_constr_canon.html
index 67387205..ba96bd2d 100644
--- a/docs/reference/Dgp2Dcp.zero_constr_canon.html
+++ b/docs/reference/Dgp2Dcp.zero_constr_canon.html
@@ -1,5 +1,5 @@
-Dgp2Dcp canonicalizer for the zero constraint atom — Dgp2Dcp.zero_constr_canon • CVXR Dgp2Dcp canonicalizer for the zero constraint atom — Dgp2Dcp.zero_constr_canon • CVXR
diff --git a/docs/reference/DgpCanonMethods-class.html b/docs/reference/DgpCanonMethods-class.html
index 8c28aab0..e902fe49 100644
--- a/docs/reference/DgpCanonMethods-class.html
+++ b/docs/reference/DgpCanonMethods-class.html
@@ -1,5 +1,5 @@
-DGP canonical methods class. — DgpCanonMethods-class • CVXR DGP canonical methods class. — DgpCanonMethods-class • CVXR
diff --git a/docs/reference/Diag-int.html b/docs/reference/Diag-int.html
index b3b054cf..716ffde6 100644
--- a/docs/reference/Diag-int.html
+++ b/docs/reference/Diag-int.html
@@ -1,5 +1,5 @@
-Turns an expression into a DiagVec object — Diag • CVXR Turns an expression into a DiagVec object — Diag • CVXR
diff --git a/docs/reference/DiagMat-class.html b/docs/reference/DiagMat-class.html
index 36d91fc0..78b02813 100644
--- a/docs/reference/DiagMat-class.html
+++ b/docs/reference/DiagMat-class.html
@@ -1,5 +1,5 @@
-The DiagMat class. — DiagMat-class • CVXR The DiagMat class. — DiagMat-class • CVXR
diff --git a/docs/reference/DiagVec-class.html b/docs/reference/DiagVec-class.html
index da16eead..38b69d39 100644
--- a/docs/reference/DiagVec-class.html
+++ b/docs/reference/DiagVec-class.html
@@ -1,5 +1,5 @@
-The DiagVec class. — DiagVec-class • CVXR The DiagVec class. — DiagVec-class • CVXR
diff --git a/docs/reference/Diff-int.html b/docs/reference/Diff-int.html
index 73f9746c..827912f1 100644
--- a/docs/reference/Diff-int.html
+++ b/docs/reference/Diff-int.html
@@ -1,5 +1,5 @@
-Takes the k-th order differences — Diff • CVXR Takes the k-th order differences — Diff • CVXR
diff --git a/docs/reference/DiffPos.html b/docs/reference/DiffPos.html
index 7f0f8f1c..4799f1f7 100644
--- a/docs/reference/DiffPos.html
+++ b/docs/reference/DiffPos.html
@@ -1,5 +1,5 @@
-The DiffPos atom. — DiffPos • CVXR The DiffPos atom. — DiffPos • CVXR
diff --git a/docs/reference/DivExpression-class.html b/docs/reference/DivExpression-class.html
index e2cacd19..cc7f1612 100644
--- a/docs/reference/DivExpression-class.html
+++ b/docs/reference/DivExpression-class.html
@@ -1,5 +1,5 @@
-The DivExpression class. — /,Expression,Expression-method • CVXR The DivExpression class. — /,Expression,Expression-method • CVXR
diff --git a/docs/reference/ECOS-class.html b/docs/reference/ECOS-class.html
index 3ef1a8ef..31733370 100644
--- a/docs/reference/ECOS-class.html
+++ b/docs/reference/ECOS-class.html
@@ -1,5 +1,5 @@
-An interface for the ECOS solver — ECOS-class • CVXR An interface for the ECOS solver — ECOS-class • CVXR
diff --git a/docs/reference/ECOS.dims_to_solver_dict.html b/docs/reference/ECOS.dims_to_solver_dict.html
index 08cee2ea..62a94b90 100644
--- a/docs/reference/ECOS.dims_to_solver_dict.html
+++ b/docs/reference/ECOS.dims_to_solver_dict.html
@@ -2,7 +2,7 @@
Utility method for formatting a ConeDims instance into a dictionary
that can be supplied to ECOS. — ECOS.dims_to_solver_dict • CVXR
diff --git a/docs/reference/ECOS_BB-class.html b/docs/reference/ECOS_BB-class.html
index 80a57ba7..12227629 100644
--- a/docs/reference/ECOS_BB-class.html
+++ b/docs/reference/ECOS_BB-class.html
@@ -1,5 +1,5 @@
-An interface for the ECOS BB solver. — ECOS_BB-class • CVXR An interface for the ECOS BB solver. — ECOS_BB-class • CVXR
diff --git a/docs/reference/Elementwise-class.html b/docs/reference/Elementwise-class.html
index 1d26c9e9..752b60c6 100644
--- a/docs/reference/Elementwise-class.html
+++ b/docs/reference/Elementwise-class.html
@@ -1,5 +1,5 @@
-The Elementwise class. — Elementwise-class • CVXR The Elementwise class. — Elementwise-class • CVXR
diff --git a/docs/reference/EliminatePwl-class.html b/docs/reference/EliminatePwl-class.html
index 89a9c761..50530bd8 100644
--- a/docs/reference/EliminatePwl-class.html
+++ b/docs/reference/EliminatePwl-class.html
@@ -1,5 +1,5 @@
-The EliminatePwl class. — EliminatePwl-class • CVXR The EliminatePwl class. — EliminatePwl-class • CVXR
diff --git a/docs/reference/EliminatePwl.abs_canon.html b/docs/reference/EliminatePwl.abs_canon.html
index a7dd1d85..d370fa89 100644
--- a/docs/reference/EliminatePwl.abs_canon.html
+++ b/docs/reference/EliminatePwl.abs_canon.html
@@ -1,5 +1,5 @@
-EliminatePwl canonicalizer for the absolute atom — EliminatePwl.abs_canon • CVXR EliminatePwl canonicalizer for the absolute atom — EliminatePwl.abs_canon • CVXR
diff --git a/docs/reference/EliminatePwl.cummax_canon.html b/docs/reference/EliminatePwl.cummax_canon.html
index 0e2e2a7e..449010e0 100644
--- a/docs/reference/EliminatePwl.cummax_canon.html
+++ b/docs/reference/EliminatePwl.cummax_canon.html
@@ -1,5 +1,5 @@
-EliminatePwl canonicalizer for the cumulative max atom — EliminatePwl.cummax_canon • CVXR EliminatePwl canonicalizer for the cumulative max atom — EliminatePwl.cummax_canon • CVXR
diff --git a/docs/reference/EliminatePwl.cumsum_canon.html b/docs/reference/EliminatePwl.cumsum_canon.html
index 538e74be..0bf5f86c 100644
--- a/docs/reference/EliminatePwl.cumsum_canon.html
+++ b/docs/reference/EliminatePwl.cumsum_canon.html
@@ -1,5 +1,5 @@
-EliminatePwl canonicalizer for the cumulative sum atom — EliminatePwl.cumsum_canon • CVXR EliminatePwl canonicalizer for the cumulative sum atom — EliminatePwl.cumsum_canon • CVXR
diff --git a/docs/reference/EliminatePwl.max_elemwise_canon.html b/docs/reference/EliminatePwl.max_elemwise_canon.html
index b0a1ad18..af206173 100644
--- a/docs/reference/EliminatePwl.max_elemwise_canon.html
+++ b/docs/reference/EliminatePwl.max_elemwise_canon.html
@@ -1,5 +1,5 @@
-EliminatePwl canonicalizer for the elementwise maximum atom — EliminatePwl.max_elemwise_canon • CVXR EliminatePwl canonicalizer for the elementwise maximum atom — EliminatePwl.max_elemwise_canon • CVXR
diff --git a/docs/reference/EliminatePwl.max_entries_canon.html b/docs/reference/EliminatePwl.max_entries_canon.html
index 2fb1faa9..be6110c2 100644
--- a/docs/reference/EliminatePwl.max_entries_canon.html
+++ b/docs/reference/EliminatePwl.max_entries_canon.html
@@ -1,5 +1,5 @@
-EliminatePwl canonicalizer for the max entries atom — EliminatePwl.max_entries_canon • CVXR EliminatePwl canonicalizer for the max entries atom — EliminatePwl.max_entries_canon • CVXR
diff --git a/docs/reference/EliminatePwl.min_elemwise_canon.html b/docs/reference/EliminatePwl.min_elemwise_canon.html
index 7da4adae..200d9104 100644
--- a/docs/reference/EliminatePwl.min_elemwise_canon.html
+++ b/docs/reference/EliminatePwl.min_elemwise_canon.html
@@ -1,5 +1,5 @@
-EliminatePwl canonicalizer for the elementwise minimum atom — EliminatePwl.min_elemwise_canon • CVXR EliminatePwl canonicalizer for the elementwise minimum atom — EliminatePwl.min_elemwise_canon • CVXR
diff --git a/docs/reference/EliminatePwl.min_entries_canon.html b/docs/reference/EliminatePwl.min_entries_canon.html
index 6efb5c1b..df7bcb1a 100644
--- a/docs/reference/EliminatePwl.min_entries_canon.html
+++ b/docs/reference/EliminatePwl.min_entries_canon.html
@@ -1,5 +1,5 @@
-EliminatePwl canonicalizer for the minimum entries atom — EliminatePwl.min_entries_canon • CVXR EliminatePwl canonicalizer for the minimum entries atom — EliminatePwl.min_entries_canon • CVXR
diff --git a/docs/reference/EliminatePwl.norm1_canon.html b/docs/reference/EliminatePwl.norm1_canon.html
index 2a4603ae..10a10b80 100644
--- a/docs/reference/EliminatePwl.norm1_canon.html
+++ b/docs/reference/EliminatePwl.norm1_canon.html
@@ -1,5 +1,5 @@
-EliminatePwl canonicalizer for the 1 norm atom — EliminatePwl.norm1_canon • CVXR EliminatePwl canonicalizer for the 1 norm atom — EliminatePwl.norm1_canon • CVXR
diff --git a/docs/reference/EliminatePwl.norm_inf_canon.html b/docs/reference/EliminatePwl.norm_inf_canon.html
index 87f175ec..ee122ec1 100644
--- a/docs/reference/EliminatePwl.norm_inf_canon.html
+++ b/docs/reference/EliminatePwl.norm_inf_canon.html
@@ -1,5 +1,5 @@
-EliminatePwl canonicalizer for the infinite norm atom — EliminatePwl.norm_inf_canon • CVXR EliminatePwl canonicalizer for the infinite norm atom — EliminatePwl.norm_inf_canon • CVXR
diff --git a/docs/reference/EliminatePwl.sum_largest_canon.html b/docs/reference/EliminatePwl.sum_largest_canon.html
index c6eb51d0..be24dce8 100644
--- a/docs/reference/EliminatePwl.sum_largest_canon.html
+++ b/docs/reference/EliminatePwl.sum_largest_canon.html
@@ -1,5 +1,5 @@
-EliminatePwl canonicalizer for the largest sum atom — EliminatePwl.sum_largest_canon • CVXR EliminatePwl canonicalizer for the largest sum atom — EliminatePwl.sum_largest_canon • CVXR
diff --git a/docs/reference/Entr-class.html b/docs/reference/Entr-class.html
index 5f3cbb38..95b77739 100644
--- a/docs/reference/Entr-class.html
+++ b/docs/reference/Entr-class.html
@@ -1,5 +1,5 @@
-The Entr class. — Entr-class • CVXR The Entr class. — Entr-class • CVXR
diff --git a/docs/reference/EqConstraint-class.html b/docs/reference/EqConstraint-class.html
index f819b230..eac4392f 100644
--- a/docs/reference/EqConstraint-class.html
+++ b/docs/reference/EqConstraint-class.html
@@ -1,5 +1,5 @@
-The EqConstraint class — ==,Expression,Expression-method • CVXR The EqConstraint class — ==,Expression,Expression-method • CVXR
diff --git a/docs/reference/EvalParams-class.html b/docs/reference/EvalParams-class.html
index eb8b004b..b40a962b 100644
--- a/docs/reference/EvalParams-class.html
+++ b/docs/reference/EvalParams-class.html
@@ -1,6 +1,6 @@
The EvalParams class. — EvalParams-class • CVXR
diff --git a/docs/reference/Exp-class.html b/docs/reference/Exp-class.html
index c885dd6f..987d2db2 100644
--- a/docs/reference/Exp-class.html
+++ b/docs/reference/Exp-class.html
@@ -1,5 +1,5 @@
-The Exp class. — Exp-class • CVXR The Exp class. — Exp-class • CVXR
diff --git a/docs/reference/ExpCone-class.html b/docs/reference/ExpCone-class.html
index 0e595ce5..08e6e4f3 100644
--- a/docs/reference/ExpCone-class.html
+++ b/docs/reference/ExpCone-class.html
@@ -1,5 +1,5 @@
-The ExpCone class. — ExpCone-class • CVXR The ExpCone class. — ExpCone-class • CVXR
diff --git a/docs/reference/Expression-class.html b/docs/reference/Expression-class.html
index 7ceb8048..99b7a813 100644
--- a/docs/reference/Expression-class.html
+++ b/docs/reference/Expression-class.html
@@ -1,5 +1,5 @@
-The Expression class. — Expression-class • CVXR The Expression class. — Expression-class • CVXR
diff --git a/docs/reference/EyeMinusInv-class.html b/docs/reference/EyeMinusInv-class.html
index f109da86..7a20ea9d 100644
--- a/docs/reference/EyeMinusInv-class.html
+++ b/docs/reference/EyeMinusInv-class.html
@@ -1,7 +1,7 @@
The EyeMinusInv class. — EyeMinusInv-class • CVXR
diff --git a/docs/reference/FlipObjective-class.html b/docs/reference/FlipObjective-class.html
index fb1448fa..edacd969 100644
--- a/docs/reference/FlipObjective-class.html
+++ b/docs/reference/FlipObjective-class.html
@@ -1,6 +1,6 @@
The FlipObjective class. — FlipObjective-class • CVXR
diff --git a/docs/reference/GLPK-class.html b/docs/reference/GLPK-class.html
index 1e502b08..693f3b27 100644
--- a/docs/reference/GLPK-class.html
+++ b/docs/reference/GLPK-class.html
@@ -1,5 +1,5 @@
-An interface for the GLPK solver. — GLPK-class • CVXR An interface for the GLPK solver. — GLPK-class • CVXR
diff --git a/docs/reference/GLPK_MI-class.html b/docs/reference/GLPK_MI-class.html
index 1c117855..51891370 100644
--- a/docs/reference/GLPK_MI-class.html
+++ b/docs/reference/GLPK_MI-class.html
@@ -1,5 +1,5 @@
-An interface for the GLPK MI solver. — GLPK_MI-class • CVXR An interface for the GLPK MI solver. — GLPK_MI-class • CVXR
diff --git a/docs/reference/GUROBI_CONIC-class.html b/docs/reference/GUROBI_CONIC-class.html
index 368e1373..e3c16b97 100644
--- a/docs/reference/GUROBI_CONIC-class.html
+++ b/docs/reference/GUROBI_CONIC-class.html
@@ -1,5 +1,5 @@
-An interface for the GUROBI conic solver. — GUROBI_CONIC-class • CVXR An interface for the GUROBI conic solver. — GUROBI_CONIC-class • CVXR
diff --git a/docs/reference/GUROBI_QP-class.html b/docs/reference/GUROBI_QP-class.html
index b86d563d..57ff244a 100644
--- a/docs/reference/GUROBI_QP-class.html
+++ b/docs/reference/GUROBI_QP-class.html
@@ -1,5 +1,5 @@
-An interface for the GUROBI_QP solver. — GUROBI_QP-class • CVXR An interface for the GUROBI_QP solver. — GUROBI_QP-class • CVXR
diff --git a/docs/reference/GeoMean-class.html b/docs/reference/GeoMean-class.html
index 393b66fa..ba5f67c3 100644
--- a/docs/reference/GeoMean-class.html
+++ b/docs/reference/GeoMean-class.html
@@ -1,5 +1,5 @@
-The GeoMean class. — GeoMean-class • CVXR The GeoMean class. — GeoMean-class • CVXR
diff --git a/docs/reference/HStack-class.html b/docs/reference/HStack-class.html
index 1a41b836..d0b0577c 100644
--- a/docs/reference/HStack-class.html
+++ b/docs/reference/HStack-class.html
@@ -1,5 +1,5 @@
-The HStack class. — HStack-class • CVXR The HStack class. — HStack-class • CVXR
diff --git a/docs/reference/HarmonicMean.html b/docs/reference/HarmonicMean.html
index 1fe7635e..5d192949 100644
--- a/docs/reference/HarmonicMean.html
+++ b/docs/reference/HarmonicMean.html
@@ -1,5 +1,5 @@
-The HarmonicMean atom. — HarmonicMean • CVXR The HarmonicMean atom. — HarmonicMean • CVXR
diff --git a/docs/reference/Huber-class.html b/docs/reference/Huber-class.html
index 34b548f0..fa4d1a3c 100644
--- a/docs/reference/Huber-class.html
+++ b/docs/reference/Huber-class.html
@@ -8,7 +8,7 @@
-">
diff --git a/docs/reference/Imag-class.html b/docs/reference/Imag-class.html
index e140ee8a..5fddce64 100644
--- a/docs/reference/Imag-class.html
+++ b/docs/reference/Imag-class.html
@@ -1,5 +1,5 @@
-The Imag class. — Imag-class • CVXR The Imag class. — Imag-class • CVXR
diff --git a/docs/reference/Index-class.html b/docs/reference/Index-class.html
index 820544bd..e2656035 100644
--- a/docs/reference/Index-class.html
+++ b/docs/reference/Index-class.html
@@ -1,5 +1,5 @@
-The Index class. — [,Expression,missing,missing,ANY-method • CVXR The Index class. — [,Expression,missing,missing,ANY-method • CVXR
diff --git a/docs/reference/IneqConstraint-class.html b/docs/reference/IneqConstraint-class.html
index be3d8df6..e988b52b 100644
--- a/docs/reference/IneqConstraint-class.html
+++ b/docs/reference/IneqConstraint-class.html
@@ -1,5 +1,5 @@
-The IneqConstraint class — <=,Expression,Expression-method • CVXR The IneqConstraint class — <=,Expression,Expression-method • CVXR
diff --git a/docs/reference/InverseData-class.html b/docs/reference/InverseData-class.html
index 66928f0f..778b4f02 100644
--- a/docs/reference/InverseData-class.html
+++ b/docs/reference/InverseData-class.html
@@ -1,5 +1,5 @@
-The InverseData class. — InverseData-class • CVXR The InverseData class. — InverseData-class • CVXR
diff --git a/docs/reference/KLDiv-class.html b/docs/reference/KLDiv-class.html
index efe9c6cc..24774a81 100644
--- a/docs/reference/KLDiv-class.html
+++ b/docs/reference/KLDiv-class.html
@@ -1,5 +1,5 @@
-The KLDiv class. — KLDiv-class • CVXR The KLDiv class. — KLDiv-class • CVXR
diff --git a/docs/reference/Kron-class.html b/docs/reference/Kron-class.html
index cf8415f5..1f560ff5 100644
--- a/docs/reference/Kron-class.html
+++ b/docs/reference/Kron-class.html
@@ -1,5 +1,5 @@
-The Kron class. — Kron-class • CVXR The Kron class. — Kron-class • CVXR
diff --git a/docs/reference/LambdaMax-class.html b/docs/reference/LambdaMax-class.html
index f5e9d441..79163f51 100644
--- a/docs/reference/LambdaMax-class.html
+++ b/docs/reference/LambdaMax-class.html
@@ -1,5 +1,5 @@
-The LambdaMax class. — LambdaMax-class • CVXR The LambdaMax class. — LambdaMax-class • CVXR
diff --git a/docs/reference/LambdaMin.html b/docs/reference/LambdaMin.html
index 004a935b..9da37a6b 100644
--- a/docs/reference/LambdaMin.html
+++ b/docs/reference/LambdaMin.html
@@ -1,5 +1,5 @@
-The LambdaMin atom. — LambdaMin • CVXR The LambdaMin atom. — LambdaMin • CVXR
diff --git a/docs/reference/LambdaSumLargest-class.html b/docs/reference/LambdaSumLargest-class.html
index 7db696ca..fbd48b98 100644
--- a/docs/reference/LambdaSumLargest-class.html
+++ b/docs/reference/LambdaSumLargest-class.html
@@ -1,5 +1,5 @@
-The LambdaSumLargest class. — LambdaSumLargest-class • CVXR The LambdaSumLargest class. — LambdaSumLargest-class • CVXR
diff --git a/docs/reference/LambdaSumSmallest.html b/docs/reference/LambdaSumSmallest.html
index 4e14b11d..47d3fb8d 100644
--- a/docs/reference/LambdaSumSmallest.html
+++ b/docs/reference/LambdaSumSmallest.html
@@ -1,5 +1,5 @@
-The LambdaSumSmallest atom. — LambdaSumSmallest • CVXR The LambdaSumSmallest atom. — LambdaSumSmallest • CVXR
diff --git a/docs/reference/Leaf-class.html b/docs/reference/Leaf-class.html
index 9006e745..1692e5f7 100644
--- a/docs/reference/Leaf-class.html
+++ b/docs/reference/Leaf-class.html
@@ -1,5 +1,5 @@
-The Leaf class. — Leaf-class • CVXR The Leaf class. — Leaf-class • CVXR
diff --git a/docs/reference/ListORConstr-class.html b/docs/reference/ListORConstr-class.html
index 09409c60..daeee1df 100644
--- a/docs/reference/ListORConstr-class.html
+++ b/docs/reference/ListORConstr-class.html
@@ -1,5 +1,5 @@
-A Class Union of List and Constraint — ListORConstr-class • CVXR A Class Union of List and Constraint — ListORConstr-class • CVXR
diff --git a/docs/reference/Log-class.html b/docs/reference/Log-class.html
index 3c46d622..8c662dfd 100644
--- a/docs/reference/Log-class.html
+++ b/docs/reference/Log-class.html
@@ -1,5 +1,5 @@
-The Log class. — Log-class • CVXR The Log class. — Log-class • CVXR
diff --git a/docs/reference/Log1p-class.html b/docs/reference/Log1p-class.html
index b4d16b9e..beffd9db 100644
--- a/docs/reference/Log1p-class.html
+++ b/docs/reference/Log1p-class.html
@@ -1,5 +1,5 @@
-The Log1p class. — Log1p-class • CVXR The Log1p class. — Log1p-class • CVXR
diff --git a/docs/reference/LogDet-class.html b/docs/reference/LogDet-class.html
index 26dbf635..4d2112af 100644
--- a/docs/reference/LogDet-class.html
+++ b/docs/reference/LogDet-class.html
@@ -1,5 +1,5 @@
-The LogDet class. — LogDet-class • CVXR The LogDet class. — LogDet-class • CVXR
diff --git a/docs/reference/LogSumExp-class.html b/docs/reference/LogSumExp-class.html
index 86b2a46e..6dc87fec 100644
--- a/docs/reference/LogSumExp-class.html
+++ b/docs/reference/LogSumExp-class.html
@@ -1,5 +1,5 @@
-The LogSumExp class. — LogSumExp-class • CVXR The LogSumExp class. — LogSumExp-class • CVXR
diff --git a/docs/reference/Logistic-class.html b/docs/reference/Logistic-class.html
index 14b02739..0326814d 100644
--- a/docs/reference/Logistic-class.html
+++ b/docs/reference/Logistic-class.html
@@ -1,7 +1,7 @@
The Logistic class. — Logistic-class • CVXR
diff --git a/docs/reference/MOSEK-class.html b/docs/reference/MOSEK-class.html
index be5af955..cf3cef3c 100644
--- a/docs/reference/MOSEK-class.html
+++ b/docs/reference/MOSEK-class.html
@@ -1,5 +1,5 @@
-An interface for the MOSEK solver. — MOSEK-class • CVXR An interface for the MOSEK solver. — MOSEK-class • CVXR
diff --git a/docs/reference/MOSEK.parse_dual_vars.html b/docs/reference/MOSEK.parse_dual_vars.html
index 57803c87..0a55d40a 100644
--- a/docs/reference/MOSEK.parse_dual_vars.html
+++ b/docs/reference/MOSEK.parse_dual_vars.html
@@ -1,5 +1,5 @@
-Parses MOSEK dual variables into corresponding CVXR constraints and dual values — MOSEK.parse_dual_vars • CVXR Parses MOSEK dual variables into corresponding CVXR constraints and dual values — MOSEK.parse_dual_vars • CVXR
diff --git a/docs/reference/MOSEK.recover_dual_variables.html b/docs/reference/MOSEK.recover_dual_variables.html
index 9b193099..f1c7ba38 100644
--- a/docs/reference/MOSEK.recover_dual_variables.html
+++ b/docs/reference/MOSEK.recover_dual_variables.html
@@ -1,5 +1,5 @@
-Recovers MOSEK solutions dual variables — MOSEK.recover_dual_variables • CVXR Recovers MOSEK solutions dual variables — MOSEK.recover_dual_variables • CVXR
diff --git a/docs/reference/MatrixFrac-class.html b/docs/reference/MatrixFrac-class.html
index aca2b61f..32975e42 100644
--- a/docs/reference/MatrixFrac-class.html
+++ b/docs/reference/MatrixFrac-class.html
@@ -1,5 +1,5 @@
-The MatrixFrac class. — MatrixFrac-class • CVXR The MatrixFrac class. — MatrixFrac-class • CVXR
diff --git a/docs/reference/MatrixStuffing-class.html b/docs/reference/MatrixStuffing-class.html
index 5dc0b134..2fd129fe 100644
--- a/docs/reference/MatrixStuffing-class.html
+++ b/docs/reference/MatrixStuffing-class.html
@@ -1,5 +1,5 @@
-The MatrixStuffing class. — MatrixStuffing-class • CVXR The MatrixStuffing class. — MatrixStuffing-class • CVXR
diff --git a/docs/reference/MaxElemwise-class.html b/docs/reference/MaxElemwise-class.html
index 033ac46f..0cded1ba 100644
--- a/docs/reference/MaxElemwise-class.html
+++ b/docs/reference/MaxElemwise-class.html
@@ -1,5 +1,5 @@
-The MaxElemwise class. — MaxElemwise-class • CVXR The MaxElemwise class. — MaxElemwise-class • CVXR
diff --git a/docs/reference/MaxEntries-class.html b/docs/reference/MaxEntries-class.html
index 5565cf5e..d4563b81 100644
--- a/docs/reference/MaxEntries-class.html
+++ b/docs/reference/MaxEntries-class.html
@@ -1,5 +1,5 @@
-The MaxEntries class. — MaxEntries-class • CVXR The MaxEntries class. — MaxEntries-class • CVXR
diff --git a/docs/reference/Maximize-class.html b/docs/reference/Maximize-class.html
index e597b13a..01923e8b 100644
--- a/docs/reference/Maximize-class.html
+++ b/docs/reference/Maximize-class.html
@@ -1,5 +1,5 @@
-The Maximize class. — Maximize-class • CVXR The Maximize class. — Maximize-class • CVXR
diff --git a/docs/reference/MinElemwise-class.html b/docs/reference/MinElemwise-class.html
index ee5a5058..0f3dd883 100644
--- a/docs/reference/MinElemwise-class.html
+++ b/docs/reference/MinElemwise-class.html
@@ -1,5 +1,5 @@
-The MinElemwise class. — MinElemwise-class • CVXR The MinElemwise class. — MinElemwise-class • CVXR
diff --git a/docs/reference/MinEntries-class.html b/docs/reference/MinEntries-class.html
index 182880f4..a317ee18 100644
--- a/docs/reference/MinEntries-class.html
+++ b/docs/reference/MinEntries-class.html
@@ -1,5 +1,5 @@
-The MinEntries class. — MinEntries-class • CVXR The MinEntries class. — MinEntries-class • CVXR
diff --git a/docs/reference/Minimize-class.html b/docs/reference/Minimize-class.html
index 209a2fae..4eba782d 100644
--- a/docs/reference/Minimize-class.html
+++ b/docs/reference/Minimize-class.html
@@ -1,5 +1,5 @@
-The Minimize class. — Minimize-class • CVXR The Minimize class. — Minimize-class • CVXR
diff --git a/docs/reference/MixedNorm.html b/docs/reference/MixedNorm.html
index 9024cfd2..720c7ccf 100644
--- a/docs/reference/MixedNorm.html
+++ b/docs/reference/MixedNorm.html
@@ -1,5 +1,5 @@
-The MixedNorm atom. — MixedNorm • CVXR The MixedNorm atom. — MixedNorm • CVXR
diff --git a/docs/reference/MulExpression-class.html b/docs/reference/MulExpression-class.html
index 0d01da8b..fe65d5c0 100644
--- a/docs/reference/MulExpression-class.html
+++ b/docs/reference/MulExpression-class.html
@@ -1,6 +1,6 @@
The MulExpression class. — %*%,Expression,Expression-method • CVXR
diff --git a/docs/reference/Multiply-class.html b/docs/reference/Multiply-class.html
index 26702ae3..daad702c 100644
--- a/docs/reference/Multiply-class.html
+++ b/docs/reference/Multiply-class.html
@@ -1,5 +1,5 @@
-The Multiply class. — Multiply-class • CVXR The Multiply class. — Multiply-class • CVXR
diff --git a/docs/reference/Neg-int.html b/docs/reference/Neg-int.html
index 97e8c54b..87a6327b 100644
--- a/docs/reference/Neg-int.html
+++ b/docs/reference/Neg-int.html
@@ -1,5 +1,5 @@
-An alias for -MinElemwise(x, 0) — Neg • CVXR An alias for -MinElemwise(x, 0) — Neg • CVXR
diff --git a/docs/reference/NegExpression-class.html b/docs/reference/NegExpression-class.html
index fcf04824..69cfe185 100644
--- a/docs/reference/NegExpression-class.html
+++ b/docs/reference/NegExpression-class.html
@@ -1,5 +1,5 @@
-The NegExpression class. — -,Expression,missing-method • CVXR The NegExpression class. — -,Expression,missing-method • CVXR
diff --git a/docs/reference/NonPosConstraint-class.html b/docs/reference/NonPosConstraint-class.html
index 906bd487..a2b962b2 100644
--- a/docs/reference/NonPosConstraint-class.html
+++ b/docs/reference/NonPosConstraint-class.html
@@ -1,5 +1,5 @@
-The NonPosConstraint class — NonPosConstraint-class • CVXR The NonPosConstraint class — NonPosConstraint-class • CVXR
diff --git a/docs/reference/NonlinearConstraint-class.html b/docs/reference/NonlinearConstraint-class.html
index f769676e..19fc301d 100644
--- a/docs/reference/NonlinearConstraint-class.html
+++ b/docs/reference/NonlinearConstraint-class.html
@@ -1,5 +1,5 @@
-The NonlinearConstraint class. — NonlinearConstraint-class • CVXR The NonlinearConstraint class. — NonlinearConstraint-class • CVXR
diff --git a/docs/reference/Norm-atom.html b/docs/reference/Norm-atom.html
index 49f4a3ea..ce91380f 100644
--- a/docs/reference/Norm-atom.html
+++ b/docs/reference/Norm-atom.html
@@ -1,5 +1,5 @@
-The Norm atom. — Norm • CVXR The Norm atom. — Norm • CVXR
diff --git a/docs/reference/Norm1-class.html b/docs/reference/Norm1-class.html
index 0d546f61..63fd9280 100644
--- a/docs/reference/Norm1-class.html
+++ b/docs/reference/Norm1-class.html
@@ -1,5 +1,5 @@
-The Norm1 class. — Norm1-class • CVXR The Norm1 class. — Norm1-class • CVXR
diff --git a/docs/reference/Norm2-atom.html b/docs/reference/Norm2-atom.html
index 645411c0..f13dfce4 100644
--- a/docs/reference/Norm2-atom.html
+++ b/docs/reference/Norm2-atom.html
@@ -1,5 +1,5 @@
-The Norm2 atom. — Norm2 • CVXR The Norm2 atom. — Norm2 • CVXR
diff --git a/docs/reference/NormInf-class.html b/docs/reference/NormInf-class.html
index 9a00f2e6..26ffbb26 100644
--- a/docs/reference/NormInf-class.html
+++ b/docs/reference/NormInf-class.html
@@ -1,5 +1,5 @@
-The NormInf class. — NormInf-class • CVXR The NormInf class. — NormInf-class • CVXR
diff --git a/docs/reference/NormNuc-class.html b/docs/reference/NormNuc-class.html
index ba273079..d7ef7497 100644
--- a/docs/reference/NormNuc-class.html
+++ b/docs/reference/NormNuc-class.html
@@ -1,5 +1,5 @@
-The NormNuc class. — NormNuc-class • CVXR The NormNuc class. — NormNuc-class • CVXR
diff --git a/docs/reference/OSQP-class.html b/docs/reference/OSQP-class.html
index e6f737c2..65994209 100644
--- a/docs/reference/OSQP-class.html
+++ b/docs/reference/OSQP-class.html
@@ -1,5 +1,5 @@
-An interface for the OSQP solver. — OSQP-class • CVXR An interface for the OSQP solver. — OSQP-class • CVXR
diff --git a/docs/reference/Objective-arith.html b/docs/reference/Objective-arith.html
index a9e0a7fb..9237f1e8 100644
--- a/docs/reference/Objective-arith.html
+++ b/docs/reference/Objective-arith.html
@@ -1,5 +1,5 @@
-Arithmetic Operations on Objectives — Objective-arith • CVXR Arithmetic Operations on Objectives — Objective-arith • CVXR
diff --git a/docs/reference/Objective-class.html b/docs/reference/Objective-class.html
index 42807b8c..5ed5b7ea 100644
--- a/docs/reference/Objective-class.html
+++ b/docs/reference/Objective-class.html
@@ -1,5 +1,5 @@
-The Objective class. — Objective-class • CVXR The Objective class. — Objective-class • CVXR
diff --git a/docs/reference/OneMinusPos-class.html b/docs/reference/OneMinusPos-class.html
index 4346bf97..975c9542 100644
--- a/docs/reference/OneMinusPos-class.html
+++ b/docs/reference/OneMinusPos-class.html
@@ -1,5 +1,5 @@
-The OneMinusPos class. — OneMinusPos-class • CVXR The OneMinusPos class. — OneMinusPos-class • CVXR
diff --git a/docs/reference/PSDConstraint-class.html b/docs/reference/PSDConstraint-class.html
index 5182a304..726d9411 100644
--- a/docs/reference/PSDConstraint-class.html
+++ b/docs/reference/PSDConstraint-class.html
@@ -1,5 +1,5 @@
-The PSDConstraint class. — %>>% • CVXR The PSDConstraint class. — %>>% • CVXR
diff --git a/docs/reference/PSDWrap-class.html b/docs/reference/PSDWrap-class.html
index 67775e38..5de46732 100644
--- a/docs/reference/PSDWrap-class.html
+++ b/docs/reference/PSDWrap-class.html
@@ -1,5 +1,5 @@
-The PSDWrap class. — PSDWrap-class • CVXR The PSDWrap class. — PSDWrap-class • CVXR
diff --git a/docs/reference/Parameter-class.html b/docs/reference/Parameter-class.html
index 77c80641..3c427436 100644
--- a/docs/reference/Parameter-class.html
+++ b/docs/reference/Parameter-class.html
@@ -1,5 +1,5 @@
-The Parameter class. — Parameter-class • CVXR The Parameter class. — Parameter-class • CVXR
diff --git a/docs/reference/PfEigenvalue-class.html b/docs/reference/PfEigenvalue-class.html
index fe196705..9f7cc0f5 100644
--- a/docs/reference/PfEigenvalue-class.html
+++ b/docs/reference/PfEigenvalue-class.html
@@ -1,5 +1,5 @@
-The PfEigenvalue class. — PfEigenvalue-class • CVXR The PfEigenvalue class. — PfEigenvalue-class • CVXR
diff --git a/docs/reference/Pnorm-class.html b/docs/reference/Pnorm-class.html
index 1b2153a4..856418ee 100644
--- a/docs/reference/Pnorm-class.html
+++ b/docs/reference/Pnorm-class.html
@@ -1,5 +1,5 @@
-The Pnorm class. — Pnorm-class • CVXR The Pnorm class. — Pnorm-class • CVXR
diff --git a/docs/reference/Pos-int.html b/docs/reference/Pos-int.html
index 813da963..8fa29255 100644
--- a/docs/reference/Pos-int.html
+++ b/docs/reference/Pos-int.html
@@ -1,5 +1,5 @@
-An alias for MaxElemwise(x, 0) — Pos • CVXR An alias for MaxElemwise(x, 0) — Pos • CVXR
diff --git a/docs/reference/Power-class.html b/docs/reference/Power-class.html
index 020eaf3c..3af934e7 100644
--- a/docs/reference/Power-class.html
+++ b/docs/reference/Power-class.html
@@ -1,6 +1,6 @@
The Power class. — Power-class • CVXR
diff --git a/docs/reference/Problem-arith.html b/docs/reference/Problem-arith.html
index 358702c2..4bcb7ae0 100644
--- a/docs/reference/Problem-arith.html
+++ b/docs/reference/Problem-arith.html
@@ -1,5 +1,5 @@
-Arithmetic Operations on Problems — Problem-arith • CVXR Arithmetic Operations on Problems — Problem-arith • CVXR
diff --git a/docs/reference/Problem-class.html b/docs/reference/Problem-class.html
index 39e7c94d..85ae9d65 100644
--- a/docs/reference/Problem-class.html
+++ b/docs/reference/Problem-class.html
@@ -1,5 +1,5 @@
-The Problem class. — Problem-class • CVXR The Problem class. — Problem-class • CVXR
diff --git a/docs/reference/ProdEntries-class.html b/docs/reference/ProdEntries-class.html
index e8b95ee0..126d2540 100644
--- a/docs/reference/ProdEntries-class.html
+++ b/docs/reference/ProdEntries-class.html
@@ -1,5 +1,5 @@
-The ProdEntries class. — ProdEntries-class • CVXR The ProdEntries class. — ProdEntries-class • CVXR
diff --git a/docs/reference/Promote-class.html b/docs/reference/Promote-class.html
index 2ebd1a07..b0e8fff1 100644
--- a/docs/reference/Promote-class.html
+++ b/docs/reference/Promote-class.html
@@ -1,5 +1,5 @@
-The Promote class. — Promote-class • CVXR The Promote class. — Promote-class • CVXR
diff --git a/docs/reference/Qp2SymbolicQp-class.html b/docs/reference/Qp2SymbolicQp-class.html
index 117f855e..0c4dca12 100644
--- a/docs/reference/Qp2SymbolicQp-class.html
+++ b/docs/reference/Qp2SymbolicQp-class.html
@@ -1,6 +1,6 @@
The Qp2SymbolicQp class. — Qp2SymbolicQp-class • CVXR
diff --git a/docs/reference/QpMatrixStuffing-class.html b/docs/reference/QpMatrixStuffing-class.html
index 3065933a..addd65e3 100644
--- a/docs/reference/QpMatrixStuffing-class.html
+++ b/docs/reference/QpMatrixStuffing-class.html
@@ -1,7 +1,7 @@
The QpMatrixStuffing class. — QpMatrixStuffing-class • CVXR
diff --git a/docs/reference/QpSolver-class.html b/docs/reference/QpSolver-class.html
index b303d939..eab5f2cd 100644
--- a/docs/reference/QpSolver-class.html
+++ b/docs/reference/QpSolver-class.html
@@ -1,5 +1,5 @@
-A QP solver interface. — QpSolver-class • CVXR A QP solver interface. — QpSolver-class • CVXR
diff --git a/docs/reference/QuadForm-class.html b/docs/reference/QuadForm-class.html
index 6e301099..d61cc39a 100644
--- a/docs/reference/QuadForm-class.html
+++ b/docs/reference/QuadForm-class.html
@@ -1,5 +1,5 @@
-The QuadForm class. — QuadForm-class • CVXR The QuadForm class. — QuadForm-class • CVXR
diff --git a/docs/reference/QuadOverLin-class.html b/docs/reference/QuadOverLin-class.html
index 63a48ff2..767c6144 100644
--- a/docs/reference/QuadOverLin-class.html
+++ b/docs/reference/QuadOverLin-class.html
@@ -1,5 +1,5 @@
-The QuadOverLin class. — QuadOverLin-class • CVXR The QuadOverLin class. — QuadOverLin-class • CVXR
diff --git a/docs/reference/Rdict-class.html b/docs/reference/Rdict-class.html
index d1645309..92214167 100644
--- a/docs/reference/Rdict-class.html
+++ b/docs/reference/Rdict-class.html
@@ -1,6 +1,6 @@
The Rdict class. — Rdict-class • CVXR
diff --git a/docs/reference/Rdictdefault-class.html b/docs/reference/Rdictdefault-class.html
index bc2b66a1..77c4cfc3 100644
--- a/docs/reference/Rdictdefault-class.html
+++ b/docs/reference/Rdictdefault-class.html
@@ -1,6 +1,6 @@
The Rdictdefault class. — Rdictdefault-class • CVXR
diff --git a/docs/reference/Real-class.html b/docs/reference/Real-class.html
index e1621467..11966947 100644
--- a/docs/reference/Real-class.html
+++ b/docs/reference/Real-class.html
@@ -1,5 +1,5 @@
-The Real class. — Real-class • CVXR The Real class. — Real-class • CVXR
diff --git a/docs/reference/Reduction-class.html b/docs/reference/Reduction-class.html
index 4320ccfd..c0e01587 100644
--- a/docs/reference/Reduction-class.html
+++ b/docs/reference/Reduction-class.html
@@ -3,7 +3,7 @@
into an equivalent problem. By equivalent, we mean that there exists a mapping
between solutions of either problem: if we reduce a problem \(A\) to another
problem \(B\) and then proceed to find a solution to \(B\), we can convert
-it to a solution of \(A\) with at most a moderate amount of effort.">
diff --git a/docs/reference/ReductionSolver-class.html b/docs/reference/ReductionSolver-class.html
index 449ac5e6..26ac9802 100644
--- a/docs/reference/ReductionSolver-class.html
+++ b/docs/reference/ReductionSolver-class.html
@@ -1,5 +1,5 @@
-The ReductionSolver class. — ReductionSolver-class • CVXR The ReductionSolver class. — ReductionSolver-class • CVXR
diff --git a/docs/reference/Reshape-class.html b/docs/reference/Reshape-class.html
index 9b694732..bb36b38f 100644
--- a/docs/reference/Reshape-class.html
+++ b/docs/reference/Reshape-class.html
@@ -1,6 +1,6 @@
The Reshape class. — Reshape-class • CVXR
diff --git a/docs/reference/SCS-class.html b/docs/reference/SCS-class.html
index 2441e3e6..96c455af 100644
--- a/docs/reference/SCS-class.html
+++ b/docs/reference/SCS-class.html
@@ -1,5 +1,5 @@
-An interface for the SCS solver — SCS-class • CVXR An interface for the SCS solver — SCS-class • CVXR
diff --git a/docs/reference/SCS.dims_to_solver_dict.html b/docs/reference/SCS.dims_to_solver_dict.html
index ddbd5775..a468465f 100644
--- a/docs/reference/SCS.dims_to_solver_dict.html
+++ b/docs/reference/SCS.dims_to_solver_dict.html
@@ -2,7 +2,7 @@
Utility method for formatting a ConeDims instance into a dictionary
that can be supplied to SCS. — SCS.dims_to_solver_dict • CVXR
diff --git a/docs/reference/SCS.extract_dual_value.html b/docs/reference/SCS.extract_dual_value.html
index 6f91f6c2..56a9248c 100644
--- a/docs/reference/SCS.extract_dual_value.html
+++ b/docs/reference/SCS.extract_dual_value.html
@@ -1,5 +1,5 @@
-Extracts the dual value for constraint starting at offset. — SCS.extract_dual_value • CVXR Extracts the dual value for constraint starting at offset. — SCS.extract_dual_value • CVXR
diff --git a/docs/reference/SOC-class.html b/docs/reference/SOC-class.html
index f7015a58..0820c9ba 100644
--- a/docs/reference/SOC-class.html
+++ b/docs/reference/SOC-class.html
@@ -1,5 +1,5 @@
-The SOC class. — SOC-class • CVXR The SOC class. — SOC-class • CVXR
diff --git a/docs/reference/SOCAxis-class.html b/docs/reference/SOCAxis-class.html
index c7eec2a1..a8d4b0df 100644
--- a/docs/reference/SOCAxis-class.html
+++ b/docs/reference/SOCAxis-class.html
@@ -1,6 +1,6 @@
The SOCAxis class. — SOCAxis-class • CVXR
diff --git a/docs/reference/SigmaMax-class.html b/docs/reference/SigmaMax-class.html
index 6d9053de..10c1c73e 100644
--- a/docs/reference/SigmaMax-class.html
+++ b/docs/reference/SigmaMax-class.html
@@ -1,5 +1,5 @@
-The SigmaMax class. — SigmaMax-class • CVXR The SigmaMax class. — SigmaMax-class • CVXR
diff --git a/docs/reference/SizeMetrics-class.html b/docs/reference/SizeMetrics-class.html
index 691c5997..1bd6e2bc 100644
--- a/docs/reference/SizeMetrics-class.html
+++ b/docs/reference/SizeMetrics-class.html
@@ -1,5 +1,5 @@
-The SizeMetrics class. — SizeMetrics-class • CVXR The SizeMetrics class. — SizeMetrics-class • CVXR
diff --git a/docs/reference/Solution-class.html b/docs/reference/Solution-class.html
index aa2f1227..7f2383a2 100644
--- a/docs/reference/Solution-class.html
+++ b/docs/reference/Solution-class.html
@@ -1,5 +1,5 @@
-The Solution class. — Solution-class • CVXR The Solution class. — Solution-class • CVXR
diff --git a/docs/reference/SolverStats-class.html b/docs/reference/SolverStats-class.html
index 4e2fd314..093292b3 100644
--- a/docs/reference/SolverStats-class.html
+++ b/docs/reference/SolverStats-class.html
@@ -1,5 +1,5 @@
-The SolverStats class. — SolverStats-class • CVXR The SolverStats class. — SolverStats-class • CVXR
diff --git a/docs/reference/SolvingChain-class.html b/docs/reference/SolvingChain-class.html
index 426fe16f..f581cca7 100644
--- a/docs/reference/SolvingChain-class.html
+++ b/docs/reference/SolvingChain-class.html
@@ -1,5 +1,5 @@
-The SolvingChain class. — SolvingChain-class • CVXR The SolvingChain class. — SolvingChain-class • CVXR
diff --git a/docs/reference/SpecialIndex-class.html b/docs/reference/SpecialIndex-class.html
index 72c87d7d..cd3036ee 100644
--- a/docs/reference/SpecialIndex-class.html
+++ b/docs/reference/SpecialIndex-class.html
@@ -1,5 +1,5 @@
-The SpecialIndex class. — [,Expression,index,missing,ANY-method • CVXR The SpecialIndex class. — [,Expression,index,missing,ANY-method • CVXR
diff --git a/docs/reference/SumEntries-class.html b/docs/reference/SumEntries-class.html
index c3b4c4f5..b41c4104 100644
--- a/docs/reference/SumEntries-class.html
+++ b/docs/reference/SumEntries-class.html
@@ -1,5 +1,5 @@
-The SumEntries class. — SumEntries-class • CVXR The SumEntries class. — SumEntries-class • CVXR
diff --git a/docs/reference/SumLargest-class.html b/docs/reference/SumLargest-class.html
index 8d121f9b..0bb13f08 100644
--- a/docs/reference/SumLargest-class.html
+++ b/docs/reference/SumLargest-class.html
@@ -1,5 +1,5 @@
-The SumLargest class. — SumLargest-class • CVXR The SumLargest class. — SumLargest-class • CVXR
diff --git a/docs/reference/SumSmallest.html b/docs/reference/SumSmallest.html
index 9a5cc4cc..5d16da34 100644
--- a/docs/reference/SumSmallest.html
+++ b/docs/reference/SumSmallest.html
@@ -1,5 +1,5 @@
-The SumSmallest atom. — SumSmallest • CVXR The SumSmallest atom. — SumSmallest • CVXR
diff --git a/docs/reference/SumSquares.html b/docs/reference/SumSquares.html
index 980e91c7..1d0f201d 100644
--- a/docs/reference/SumSquares.html
+++ b/docs/reference/SumSquares.html
@@ -1,5 +1,5 @@
-The SumSquares atom. — SumSquares • CVXR The SumSquares atom. — SumSquares • CVXR
diff --git a/docs/reference/SymbolicQuadForm-class.html b/docs/reference/SymbolicQuadForm-class.html
index d4eb7656..6c31067b 100644
--- a/docs/reference/SymbolicQuadForm-class.html
+++ b/docs/reference/SymbolicQuadForm-class.html
@@ -1,5 +1,5 @@
-The SymbolicQuadForm class. — SymbolicQuadForm-class • CVXR The SymbolicQuadForm class. — SymbolicQuadForm-class • CVXR
diff --git a/docs/reference/TotalVariation.html b/docs/reference/TotalVariation.html
index f7eb64de..6b3d895a 100644
--- a/docs/reference/TotalVariation.html
+++ b/docs/reference/TotalVariation.html
@@ -1,6 +1,6 @@
The TotalVariation atom. — TotalVariation • CVXR
diff --git a/docs/reference/Trace-class.html b/docs/reference/Trace-class.html
index 3a875704..7d40d204 100644
--- a/docs/reference/Trace-class.html
+++ b/docs/reference/Trace-class.html
@@ -1,5 +1,5 @@
-The Trace class. — Trace-class • CVXR The Trace class. — Trace-class • CVXR
diff --git a/docs/reference/Transpose-class.html b/docs/reference/Transpose-class.html
index 5a0dcfee..52f60238 100644
--- a/docs/reference/Transpose-class.html
+++ b/docs/reference/Transpose-class.html
@@ -1,5 +1,5 @@
-The Transpose class. — Transpose-class • CVXR The Transpose class. — Transpose-class • CVXR
diff --git a/docs/reference/UnaryOperator-class.html b/docs/reference/UnaryOperator-class.html
index e0853c20..7d928780 100644
--- a/docs/reference/UnaryOperator-class.html
+++ b/docs/reference/UnaryOperator-class.html
@@ -1,5 +1,5 @@
-The UnaryOperator class. — UnaryOperator-class • CVXR The UnaryOperator class. — UnaryOperator-class • CVXR
diff --git a/docs/reference/UpperTri-class.html b/docs/reference/UpperTri-class.html
index 8cc73b9f..c3cfc7f2 100644
--- a/docs/reference/UpperTri-class.html
+++ b/docs/reference/UpperTri-class.html
@@ -1,5 +1,5 @@
-The UpperTri class. — UpperTri-class • CVXR The UpperTri class. — UpperTri-class • CVXR
diff --git a/docs/reference/VStack-class.html b/docs/reference/VStack-class.html
index 47a25c07..5004b909 100644
--- a/docs/reference/VStack-class.html
+++ b/docs/reference/VStack-class.html
@@ -1,5 +1,5 @@
-The VStack class. — VStack-class • CVXR The VStack class. — VStack-class • CVXR
diff --git a/docs/reference/Variable-class.html b/docs/reference/Variable-class.html
index 95541c1e..0b505559 100644
--- a/docs/reference/Variable-class.html
+++ b/docs/reference/Variable-class.html
@@ -1,5 +1,5 @@
-The Variable class. — Variable-class • CVXR The Variable class. — Variable-class • CVXR
diff --git a/docs/reference/Wrap-class.html b/docs/reference/Wrap-class.html
index a3970118..11c9dd3c 100644
--- a/docs/reference/Wrap-class.html
+++ b/docs/reference/Wrap-class.html
@@ -1,5 +1,5 @@
-The Wrap class. — Wrap-class • CVXR The Wrap class. — Wrap-class • CVXR
diff --git a/docs/reference/ZeroConstraint-class.html b/docs/reference/ZeroConstraint-class.html
index a685a903..124a72e2 100644
--- a/docs/reference/ZeroConstraint-class.html
+++ b/docs/reference/ZeroConstraint-class.html
@@ -1,5 +1,5 @@
-The ZeroConstraint class — ZeroConstraint-class • CVXR The ZeroConstraint class — ZeroConstraint-class • CVXR
diff --git a/docs/reference/abs.html b/docs/reference/abs.html
index 483a0878..1bddfd8c 100644
--- a/docs/reference/abs.html
+++ b/docs/reference/abs.html
@@ -1,5 +1,5 @@
-Absolute Value — abs,Expression-method • CVXR Absolute Value — abs,Expression-method • CVXR
diff --git a/docs/reference/accepts.html b/docs/reference/accepts.html
index 86660d44..e1cef9f7 100644
--- a/docs/reference/accepts.html
+++ b/docs/reference/accepts.html
@@ -1,5 +1,5 @@
-Reduction Acceptance — accepts • CVXR Reduction Acceptance — accepts • CVXR
diff --git a/docs/reference/are_args_affine.html b/docs/reference/are_args_affine.html
index 5fc861c3..8fd235e6 100644
--- a/docs/reference/are_args_affine.html
+++ b/docs/reference/are_args_affine.html
@@ -1,5 +1,5 @@
-Are the arguments affine? — are_args_affine • CVXR Are the arguments affine? — are_args_affine • CVXR
diff --git a/docs/reference/bmat.html b/docs/reference/bmat.html
index 67435d39..86a67bab 100644
--- a/docs/reference/bmat.html
+++ b/docs/reference/bmat.html
@@ -1,5 +1,5 @@
-Block Matrix — bmat • CVXR Block Matrix — bmat • CVXR
diff --git a/docs/reference/canonicalize.html b/docs/reference/canonicalize.html
index 56db0726..e4769836 100644
--- a/docs/reference/canonicalize.html
+++ b/docs/reference/canonicalize.html
@@ -1,5 +1,5 @@
-Canonicalize — canonicalize • CVXR Canonicalize — canonicalize • CVXR
diff --git a/docs/reference/cdiac.html b/docs/reference/cdiac.html
index a444190d..80a65cba 100644
--- a/docs/reference/cdiac.html
+++ b/docs/reference/cdiac.html
@@ -2,7 +2,7 @@
Global Monthly and Annual Temperature Anomalies (degrees C), 1850-2015
(Relative to the 1961-1990 Mean) (May 2016) — cdiac • CVXR
diff --git a/docs/reference/complex-atoms.html b/docs/reference/complex-atoms.html
index 5dd8cf66..fef0c216 100644
--- a/docs/reference/complex-atoms.html
+++ b/docs/reference/complex-atoms.html
@@ -1,5 +1,5 @@
-Complex Numbers — complex-atoms • CVXR Complex Numbers — complex-atoms • CVXR
diff --git a/docs/reference/complex-methods.html b/docs/reference/complex-methods.html
index ba525bff..b16c0c9d 100644
--- a/docs/reference/complex-methods.html
+++ b/docs/reference/complex-methods.html
@@ -1,5 +1,5 @@
-Complex Properties — complex-methods • CVXR Complex Properties — complex-methods • CVXR
diff --git a/docs/reference/cone-methods.html b/docs/reference/cone-methods.html
index 9760519f..af8bf6ea 100644
--- a/docs/reference/cone-methods.html
+++ b/docs/reference/cone-methods.html
@@ -1,5 +1,5 @@
-Second-Order Cone Methods — cone-methods • CVXR Second-Order Cone Methods — cone-methods • CVXR
diff --git a/docs/reference/constr_value.html b/docs/reference/constr_value.html
index 41bbccf1..4d7ea290 100644
--- a/docs/reference/constr_value.html
+++ b/docs/reference/constr_value.html
@@ -1,5 +1,5 @@
-Is Constraint Violated? — constr_value • CVXR Is Constraint Violated? — constr_value • CVXR
diff --git a/docs/reference/construct_intermediate_chain-Problem-list-method.html b/docs/reference/construct_intermediate_chain-Problem-list-method.html
index 7acf5c14..9e185ed0 100644
--- a/docs/reference/construct_intermediate_chain-Problem-list-method.html
+++ b/docs/reference/construct_intermediate_chain-Problem-list-method.html
@@ -1,5 +1,5 @@
-Builds a chain that rewrites a problem into an intermediate representation suitable for numeric reductions. — construct_intermediate_chain,Problem,list-method • CVXR Builds a chain that rewrites a problem into an intermediate representation suitable for numeric reductions. — construct_intermediate_chain,Problem,list-method • CVXR
diff --git a/docs/reference/construct_solving_chain.html b/docs/reference/construct_solving_chain.html
index 8675303c..2b2b30c2 100644
--- a/docs/reference/construct_solving_chain.html
+++ b/docs/reference/construct_solving_chain.html
@@ -1,5 +1,5 @@
-Build a reduction chain from a problem to an installed solver. — construct_solving_chain • CVXR Build a reduction chain from a problem to an installed solver. — construct_solving_chain • CVXR
diff --git a/docs/reference/conv.html b/docs/reference/conv.html
index 4ec811b1..895fd0e1 100644
--- a/docs/reference/conv.html
+++ b/docs/reference/conv.html
@@ -1,5 +1,5 @@
-Discrete Convolution — conv • CVXR Discrete Convolution — conv • CVXR
diff --git a/docs/reference/cummax_axis.html b/docs/reference/cummax_axis.html
index 1a00b8bf..c3e3d61f 100644
--- a/docs/reference/cummax_axis.html
+++ b/docs/reference/cummax_axis.html
@@ -1,6 +1,6 @@
Cumulative Maximum — cummax_axis • CVXR
diff --git a/docs/reference/cumsum_axis.html b/docs/reference/cumsum_axis.html
index d10b58f4..c58f9536 100644
--- a/docs/reference/cumsum_axis.html
+++ b/docs/reference/cumsum_axis.html
@@ -1,6 +1,6 @@
Cumulative Sum — cumsum_axis • CVXR
diff --git a/docs/reference/curvature-atom.html b/docs/reference/curvature-atom.html
index 38b07e63..ed3b9a18 100644
--- a/docs/reference/curvature-atom.html
+++ b/docs/reference/curvature-atom.html
@@ -1,5 +1,5 @@
-Curvature of an Atom — curvature-atom • CVXR Curvature of an Atom — curvature-atom • CVXR
diff --git a/docs/reference/curvature-comp.html b/docs/reference/curvature-comp.html
index 3da32455..10583139 100644
--- a/docs/reference/curvature-comp.html
+++ b/docs/reference/curvature-comp.html
@@ -1,5 +1,5 @@
-Curvature of Composition — curvature-comp • CVXR Curvature of Composition — curvature-comp • CVXR
diff --git a/docs/reference/curvature-methods.html b/docs/reference/curvature-methods.html
index cbc1d0ec..6915a9d8 100644
--- a/docs/reference/curvature-methods.html
+++ b/docs/reference/curvature-methods.html
@@ -1,5 +1,5 @@
-Curvature Properties — curvature-methods • CVXR Curvature Properties — curvature-methods • CVXR
diff --git a/docs/reference/curvature.html b/docs/reference/curvature.html
index def5f18d..1eecab89 100644
--- a/docs/reference/curvature.html
+++ b/docs/reference/curvature.html
@@ -1,6 +1,6 @@
Curvature of Expression — curvature • CVXR
diff --git a/docs/reference/cvxr_norm.html b/docs/reference/cvxr_norm.html
index e6a863f9..6b562e2b 100644
--- a/docs/reference/cvxr_norm.html
+++ b/docs/reference/cvxr_norm.html
@@ -1,6 +1,6 @@
Matrix Norm (Alternative) — cvxr_norm • CVXR
diff --git a/docs/reference/diag.html b/docs/reference/diag.html
index 877b5775..5a6f4ba9 100644
--- a/docs/reference/diag.html
+++ b/docs/reference/diag.html
@@ -1,5 +1,5 @@
-Matrix Diagonal — diag,Expression-method • CVXR Matrix Diagonal — diag,Expression-method • CVXR
diff --git a/docs/reference/diff.html b/docs/reference/diff.html
index dcca81fe..168b4bb3 100644
--- a/docs/reference/diff.html
+++ b/docs/reference/diff.html
@@ -3,7 +3,7 @@
If x is length n, this function returns a length \(n-k\) vector of the \(k\)th order difference between the lagged terms.
diff(x) returns the vector of differences between adjacent elements in the vector, i.e. [x[2] - x[1], x[3] - x[2], ...].
diff(x,1,2) is the second-order differences vector, equivalently diff(diff(x)). diff(x,1,0) returns the vector x unchanged.
-diff(x,2) returns the vector of differences [x[3] - x[1], x[4] - x[2], ...], equivalent to x[(1+lag):n] - x[1:(n-lag)].">
diff --git a/docs/reference/dim_from_args.html b/docs/reference/dim_from_args.html
index 5c9fc58d..6129c9b6 100644
--- a/docs/reference/dim_from_args.html
+++ b/docs/reference/dim_from_args.html
@@ -1,5 +1,5 @@
-Atom Dimensions — dim_from_args • CVXR Atom Dimensions — dim_from_args • CVXR
diff --git a/docs/reference/domain.html b/docs/reference/domain.html
index f942dae1..7412ba32 100644
--- a/docs/reference/domain.html
+++ b/docs/reference/domain.html
@@ -1,5 +1,5 @@
-Domain — domain • CVXR Domain — domain • CVXR
diff --git a/docs/reference/dot-LinOpVector__new.html b/docs/reference/dot-LinOpVector__new.html
index fc30027d..c5cb3fd9 100644
--- a/docs/reference/dot-LinOpVector__new.html
+++ b/docs/reference/dot-LinOpVector__new.html
@@ -1,5 +1,5 @@
-Create a new LinOpVector object. — .LinOpVector__new • CVXR Create a new LinOpVector object. — .LinOpVector__new • CVXR
diff --git a/docs/reference/dot-LinOpVector__push_back.html b/docs/reference/dot-LinOpVector__push_back.html
index c34cc373..0286c26f 100644
--- a/docs/reference/dot-LinOpVector__push_back.html
+++ b/docs/reference/dot-LinOpVector__push_back.html
@@ -1,5 +1,5 @@
-Perform a push back operation on the args field of LinOp — .LinOpVector__push_back • CVXR Perform a push back operation on the args field of LinOp — .LinOpVector__push_back • CVXR
diff --git a/docs/reference/dot-LinOp__args_push_back.html b/docs/reference/dot-LinOp__args_push_back.html
index 9ac40ad2..3bbffe68 100644
--- a/docs/reference/dot-LinOp__args_push_back.html
+++ b/docs/reference/dot-LinOp__args_push_back.html
@@ -1,5 +1,5 @@
-Perform a push back operation on the args field of LinOp — .LinOp__args_push_back • CVXR Perform a push back operation on the args field of LinOp — .LinOp__args_push_back • CVXR
diff --git a/docs/reference/dot-LinOp__get_dense_data.html b/docs/reference/dot-LinOp__get_dense_data.html
index c629f7a5..5623fa54 100644
--- a/docs/reference/dot-LinOp__get_dense_data.html
+++ b/docs/reference/dot-LinOp__get_dense_data.html
@@ -1,5 +1,5 @@
-Get the field dense_data for the LinOp object — .LinOp__get_dense_data • CVXR Get the field dense_data for the LinOp object — .LinOp__get_dense_data • CVXR
diff --git a/docs/reference/dot-LinOp__get_id.html b/docs/reference/dot-LinOp__get_id.html
index 3a3a2738..074d1cd5 100644
--- a/docs/reference/dot-LinOp__get_id.html
+++ b/docs/reference/dot-LinOp__get_id.html
@@ -1,5 +1,5 @@
-Get the id field of the LinOp Object — .LinOp__get_id • CVXR Get the id field of the LinOp Object — .LinOp__get_id • CVXR
diff --git a/docs/reference/dot-LinOp__get_size.html b/docs/reference/dot-LinOp__get_size.html
index 172b227a..3d54a698 100644
--- a/docs/reference/dot-LinOp__get_size.html
+++ b/docs/reference/dot-LinOp__get_size.html
@@ -1,5 +1,5 @@
-Get the field size for the LinOp object — .LinOp__get_size • CVXR Get the field size for the LinOp object — .LinOp__get_size • CVXR
diff --git a/docs/reference/dot-LinOp__get_slice.html b/docs/reference/dot-LinOp__get_slice.html
index f15ec741..8f23783d 100644
--- a/docs/reference/dot-LinOp__get_slice.html
+++ b/docs/reference/dot-LinOp__get_slice.html
@@ -1,5 +1,5 @@
-Get the slice field of the LinOp Object — .LinOp__get_slice • CVXR Get the slice field of the LinOp Object — .LinOp__get_slice • CVXR
diff --git a/docs/reference/dot-LinOp__get_sparse.html b/docs/reference/dot-LinOp__get_sparse.html
index ec3dfc87..64adba9c 100644
--- a/docs/reference/dot-LinOp__get_sparse.html
+++ b/docs/reference/dot-LinOp__get_sparse.html
@@ -1,5 +1,5 @@
-Get the sparse flag field for the LinOp object — .LinOp__get_sparse • CVXR Get the sparse flag field for the LinOp object — .LinOp__get_sparse • CVXR
diff --git a/docs/reference/dot-LinOp__get_sparse_data.html b/docs/reference/dot-LinOp__get_sparse_data.html
index d6451ea0..15aeb003 100644
--- a/docs/reference/dot-LinOp__get_sparse_data.html
+++ b/docs/reference/dot-LinOp__get_sparse_data.html
@@ -1,5 +1,5 @@
-Get the field named sparse_data from the LinOp object — .LinOp__get_sparse_data • CVXR Get the field named sparse_data from the LinOp object — .LinOp__get_sparse_data • CVXR
diff --git a/docs/reference/dot-LinOp__get_type.html b/docs/reference/dot-LinOp__get_type.html
index d08d827d..826e6e05 100644
--- a/docs/reference/dot-LinOp__get_type.html
+++ b/docs/reference/dot-LinOp__get_type.html
@@ -1,5 +1,5 @@
-Get the field named type for the LinOp object — .LinOp__get_type • CVXR Get the field named type for the LinOp object — .LinOp__get_type • CVXR
diff --git a/docs/reference/dot-LinOp__new.html b/docs/reference/dot-LinOp__new.html
index 170dc885..bffedf88 100644
--- a/docs/reference/dot-LinOp__new.html
+++ b/docs/reference/dot-LinOp__new.html
@@ -1,5 +1,5 @@
-Create a new LinOp object. — .LinOp__new • CVXR Create a new LinOp object. — .LinOp__new • CVXR
diff --git a/docs/reference/dot-LinOp__set_dense_data.html b/docs/reference/dot-LinOp__set_dense_data.html
index 6a529089..32b5aca5 100644
--- a/docs/reference/dot-LinOp__set_dense_data.html
+++ b/docs/reference/dot-LinOp__set_dense_data.html
@@ -1,5 +1,5 @@
-Set the field dense_data of the LinOp object — .LinOp__set_dense_data • CVXR Set the field dense_data of the LinOp object — .LinOp__set_dense_data • CVXR
diff --git a/docs/reference/dot-LinOp__set_size.html b/docs/reference/dot-LinOp__set_size.html
index 395e79d3..6de82a14 100644
--- a/docs/reference/dot-LinOp__set_size.html
+++ b/docs/reference/dot-LinOp__set_size.html
@@ -1,5 +1,5 @@
-Set the field size of the LinOp object — .LinOp__set_size • CVXR Set the field size of the LinOp object — .LinOp__set_size • CVXR
diff --git a/docs/reference/dot-LinOp__set_slice.html b/docs/reference/dot-LinOp__set_slice.html
index 7a25a4e5..919f491b 100644
--- a/docs/reference/dot-LinOp__set_slice.html
+++ b/docs/reference/dot-LinOp__set_slice.html
@@ -1,5 +1,5 @@
-Set the slice field of the LinOp Object — .LinOp__set_slice • CVXR Set the slice field of the LinOp Object — .LinOp__set_slice • CVXR
diff --git a/docs/reference/dot-LinOp__set_sparse.html b/docs/reference/dot-LinOp__set_sparse.html
index 5048df45..1ba9372d 100644
--- a/docs/reference/dot-LinOp__set_sparse.html
+++ b/docs/reference/dot-LinOp__set_sparse.html
@@ -1,5 +1,5 @@
-Set the flag sparse of the LinOp object — .LinOp__set_sparse • CVXR Set the flag sparse of the LinOp object — .LinOp__set_sparse • CVXR
diff --git a/docs/reference/dot-LinOp__set_sparse_data.html b/docs/reference/dot-LinOp__set_sparse_data.html
index 4caf5acf..672dda07 100644
--- a/docs/reference/dot-LinOp__set_sparse_data.html
+++ b/docs/reference/dot-LinOp__set_sparse_data.html
@@ -1,5 +1,5 @@
-Set the field named sparse_data of the LinOp object — .LinOp__set_sparse_data • CVXR Set the field named sparse_data of the LinOp object — .LinOp__set_sparse_data • CVXR
diff --git a/docs/reference/dot-LinOp__set_type.html b/docs/reference/dot-LinOp__set_type.html
index 66d655f2..bad335a6 100644
--- a/docs/reference/dot-LinOp__set_type.html
+++ b/docs/reference/dot-LinOp__set_type.html
@@ -1,5 +1,5 @@
-Set the field named type for the LinOp object — .LinOp__set_type • CVXR Set the field named type for the LinOp object — .LinOp__set_type • CVXR
diff --git a/docs/reference/dot-LinOp__size_push_back.html b/docs/reference/dot-LinOp__size_push_back.html
index 8319bc8b..b815007c 100644
--- a/docs/reference/dot-LinOp__size_push_back.html
+++ b/docs/reference/dot-LinOp__size_push_back.html
@@ -1,5 +1,5 @@
-Perform a push back operation on the size field of LinOp — .LinOp__size_push_back • CVXR Perform a push back operation on the size field of LinOp — .LinOp__size_push_back • CVXR
diff --git a/docs/reference/dot-LinOp__slice_push_back.html b/docs/reference/dot-LinOp__slice_push_back.html
index 22728f58..defec736 100644
--- a/docs/reference/dot-LinOp__slice_push_back.html
+++ b/docs/reference/dot-LinOp__slice_push_back.html
@@ -1,5 +1,5 @@
-Perform a push back operation on the slice field of LinOp — .LinOp__slice_push_back • CVXR Perform a push back operation on the slice field of LinOp — .LinOp__slice_push_back • CVXR
diff --git a/docs/reference/dot-LinOp_at_index.html b/docs/reference/dot-LinOp_at_index.html
index 722f8f88..0e0081c6 100644
--- a/docs/reference/dot-LinOp_at_index.html
+++ b/docs/reference/dot-LinOp_at_index.html
@@ -1,5 +1,5 @@
-Return the LinOp element at index i (0-based) — .LinOp_at_index • CVXR Return the LinOp element at index i (0-based) — .LinOp_at_index • CVXR
diff --git a/docs/reference/dot-ProblemData__get_I.html b/docs/reference/dot-ProblemData__get_I.html
index 03aa07f8..e35f293d 100644
--- a/docs/reference/dot-ProblemData__get_I.html
+++ b/docs/reference/dot-ProblemData__get_I.html
@@ -1,5 +1,5 @@
-Get the I field of the ProblemData Object — .ProblemData__get_I • CVXR Get the I field of the ProblemData Object — .ProblemData__get_I • CVXR
diff --git a/docs/reference/dot-ProblemData__get_J.html b/docs/reference/dot-ProblemData__get_J.html
index 701ea252..69eea814 100644
--- a/docs/reference/dot-ProblemData__get_J.html
+++ b/docs/reference/dot-ProblemData__get_J.html
@@ -1,5 +1,5 @@
-Get the J field of the ProblemData Object — .ProblemData__get_J • CVXR Get the J field of the ProblemData Object — .ProblemData__get_J • CVXR
diff --git a/docs/reference/dot-ProblemData__get_V.html b/docs/reference/dot-ProblemData__get_V.html
index c230ffcb..248a8ad7 100644
--- a/docs/reference/dot-ProblemData__get_V.html
+++ b/docs/reference/dot-ProblemData__get_V.html
@@ -1,5 +1,5 @@
-Get the V field of the ProblemData Object — .ProblemData__get_V • CVXR Get the V field of the ProblemData Object — .ProblemData__get_V • CVXR
diff --git a/docs/reference/dot-ProblemData__get_const_to_row.html b/docs/reference/dot-ProblemData__get_const_to_row.html
index 2f9504bf..8c0da670 100644
--- a/docs/reference/dot-ProblemData__get_const_to_row.html
+++ b/docs/reference/dot-ProblemData__get_const_to_row.html
@@ -1,5 +1,5 @@
-Get the const_to_row field of the ProblemData Object — .ProblemData__get_const_to_row • CVXR Get the const_to_row field of the ProblemData Object — .ProblemData__get_const_to_row • CVXR
diff --git a/docs/reference/dot-ProblemData__get_const_vec.html b/docs/reference/dot-ProblemData__get_const_vec.html
index fcd7b931..e3e03cbb 100644
--- a/docs/reference/dot-ProblemData__get_const_vec.html
+++ b/docs/reference/dot-ProblemData__get_const_vec.html
@@ -1,5 +1,5 @@
-Get the const_vec field from the ProblemData Object — .ProblemData__get_const_vec • CVXR Get the const_vec field from the ProblemData Object — .ProblemData__get_const_vec • CVXR
diff --git a/docs/reference/dot-ProblemData__get_id_to_col.html b/docs/reference/dot-ProblemData__get_id_to_col.html
index 1fbd28b3..8005193c 100644
--- a/docs/reference/dot-ProblemData__get_id_to_col.html
+++ b/docs/reference/dot-ProblemData__get_id_to_col.html
@@ -1,5 +1,5 @@
-Get the id_to_col field of the ProblemData Object — .ProblemData__get_id_to_col • CVXR Get the id_to_col field of the ProblemData Object — .ProblemData__get_id_to_col • CVXR
diff --git a/docs/reference/dot-ProblemData__new.html b/docs/reference/dot-ProblemData__new.html
index 590505cc..de96a09d 100644
--- a/docs/reference/dot-ProblemData__new.html
+++ b/docs/reference/dot-ProblemData__new.html
@@ -1,5 +1,5 @@
-Create a new ProblemData object. — .ProblemData__new • CVXR Create a new ProblemData object. — .ProblemData__new • CVXR
diff --git a/docs/reference/dot-ProblemData__set_I.html b/docs/reference/dot-ProblemData__set_I.html
index 1282655c..aaa330b0 100644
--- a/docs/reference/dot-ProblemData__set_I.html
+++ b/docs/reference/dot-ProblemData__set_I.html
@@ -1,5 +1,5 @@
-Set the I field in the ProblemData Object — .ProblemData__set_I • CVXR Set the I field in the ProblemData Object — .ProblemData__set_I • CVXR
diff --git a/docs/reference/dot-ProblemData__set_J.html b/docs/reference/dot-ProblemData__set_J.html
index 22b3a2d3..b1e83041 100644
--- a/docs/reference/dot-ProblemData__set_J.html
+++ b/docs/reference/dot-ProblemData__set_J.html
@@ -1,5 +1,5 @@
-Set the J field in the ProblemData Object — .ProblemData__set_J • CVXR Set the J field in the ProblemData Object — .ProblemData__set_J • CVXR
diff --git a/docs/reference/dot-ProblemData__set_V.html b/docs/reference/dot-ProblemData__set_V.html
index c3caa147..87e84e93 100644
--- a/docs/reference/dot-ProblemData__set_V.html
+++ b/docs/reference/dot-ProblemData__set_V.html
@@ -1,5 +1,5 @@
-Set the V field in the ProblemData Object — .ProblemData__set_V • CVXR Set the V field in the ProblemData Object — .ProblemData__set_V • CVXR
diff --git a/docs/reference/dot-ProblemData__set_const_to_row.html b/docs/reference/dot-ProblemData__set_const_to_row.html
index 4f579e5e..218dff94 100644
--- a/docs/reference/dot-ProblemData__set_const_to_row.html
+++ b/docs/reference/dot-ProblemData__set_const_to_row.html
@@ -1,5 +1,5 @@
-Set the const_to_row map of the ProblemData Object — .ProblemData__set_const_to_row • CVXR Set the const_to_row map of the ProblemData Object — .ProblemData__set_const_to_row • CVXR
diff --git a/docs/reference/dot-ProblemData__set_const_vec.html b/docs/reference/dot-ProblemData__set_const_vec.html
index 0cc1b34f..2c5deba4 100644
--- a/docs/reference/dot-ProblemData__set_const_vec.html
+++ b/docs/reference/dot-ProblemData__set_const_vec.html
@@ -1,5 +1,5 @@
-Set the const_vec field in the ProblemData Object — .ProblemData__set_const_vec • CVXR Set the const_vec field in the ProblemData Object — .ProblemData__set_const_vec • CVXR
diff --git a/docs/reference/dot-ProblemData__set_id_to_col.html b/docs/reference/dot-ProblemData__set_id_to_col.html
index a01a9777..80f7a93a 100644
--- a/docs/reference/dot-ProblemData__set_id_to_col.html
+++ b/docs/reference/dot-ProblemData__set_id_to_col.html
@@ -1,5 +1,5 @@
-Set the id_to_col field of the ProblemData Object — .ProblemData__set_id_to_col • CVXR Set the id_to_col field of the ProblemData Object — .ProblemData__set_id_to_col • CVXR
diff --git a/docs/reference/dot-build_matrix_0.html b/docs/reference/dot-build_matrix_0.html
index 0596d3e9..bb4ee21c 100644
--- a/docs/reference/dot-build_matrix_0.html
+++ b/docs/reference/dot-build_matrix_0.html
@@ -1,5 +1,5 @@
-Get the sparse flag field for the LinOp object — .build_matrix_0 • CVXR Get the sparse flag field for the LinOp object — .build_matrix_0 • CVXR
diff --git a/docs/reference/dot-build_matrix_1.html b/docs/reference/dot-build_matrix_1.html
index 568ac3dc..b7db8f28 100644
--- a/docs/reference/dot-build_matrix_1.html
+++ b/docs/reference/dot-build_matrix_1.html
@@ -1,5 +1,5 @@
-Get the sparse flag field for the LinOp object — .build_matrix_1 • CVXR Get the sparse flag field for the LinOp object — .build_matrix_1 • CVXR
diff --git a/docs/reference/dot-decomp_quad.html b/docs/reference/dot-decomp_quad.html
index c1aa01d5..6680a052 100644
--- a/docs/reference/dot-decomp_quad.html
+++ b/docs/reference/dot-decomp_quad.html
@@ -1,5 +1,5 @@
-Compute a Matrix Decomposition. — .decomp_quad • CVXR Compute a Matrix Decomposition. — .decomp_quad • CVXR
diff --git a/docs/reference/dot-p_norm.html b/docs/reference/dot-p_norm.html
index 9dde9287..44949022 100644
--- a/docs/reference/dot-p_norm.html
+++ b/docs/reference/dot-p_norm.html
@@ -1,5 +1,5 @@
-Internal method for calculating the p-norm — .p_norm • CVXR Internal method for calculating the p-norm — .p_norm • CVXR
diff --git a/docs/reference/dspop.html b/docs/reference/dspop.html
index fa51ebdc..1c2a82f9 100644
--- a/docs/reference/dspop.html
+++ b/docs/reference/dspop.html
@@ -1,7 +1,7 @@
Direct Standardization: Population — dspop • CVXR
diff --git a/docs/reference/dssamp.html b/docs/reference/dssamp.html
index 1d56f0c3..fa815066 100644
--- a/docs/reference/dssamp.html
+++ b/docs/reference/dssamp.html
@@ -1,6 +1,6 @@
Direct Standardization: Sample — dssamp • CVXR
diff --git a/docs/reference/dual_value-methods.html b/docs/reference/dual_value-methods.html
index 369dfcad..ef193d51 100644
--- a/docs/reference/dual_value-methods.html
+++ b/docs/reference/dual_value-methods.html
@@ -1,5 +1,5 @@
-Get and Set Dual Value — dual_value-methods • CVXR Get and Set Dual Value — dual_value-methods • CVXR
diff --git a/docs/reference/entr.html b/docs/reference/entr.html
index d4f6bf74..f9426e14 100644
--- a/docs/reference/entr.html
+++ b/docs/reference/entr.html
@@ -1,5 +1,5 @@
-Entropy Function — entr • CVXR Entropy Function — entr • CVXR
diff --git a/docs/reference/exp.html b/docs/reference/exp.html
index 4c0a5e13..62980782 100644
--- a/docs/reference/exp.html
+++ b/docs/reference/exp.html
@@ -1,5 +1,5 @@
-Natural Exponential — exp,Expression-method • CVXR Natural Exponential — exp,Expression-method • CVXR
diff --git a/docs/reference/expression-parts.html b/docs/reference/expression-parts.html
index 741535f7..72a3b6f4 100644
--- a/docs/reference/expression-parts.html
+++ b/docs/reference/expression-parts.html
@@ -1,5 +1,5 @@
-Parts of an Expression Leaf — expression-parts • CVXR Parts of an Expression Leaf — expression-parts • CVXR
diff --git a/docs/reference/extract_dual_value.html b/docs/reference/extract_dual_value.html
index 20f3dfc9..c3255652 100644
--- a/docs/reference/extract_dual_value.html
+++ b/docs/reference/extract_dual_value.html
@@ -1,5 +1,5 @@
-Gets a specified value of a dual variable. — extract_dual_value • CVXR Gets a specified value of a dual variable. — extract_dual_value • CVXR
diff --git a/docs/reference/extract_mip_idx.html b/docs/reference/extract_mip_idx.html
index c46f022b..704cfb6d 100644
--- a/docs/reference/extract_mip_idx.html
+++ b/docs/reference/extract_mip_idx.html
@@ -1,5 +1,5 @@
-Coalesces bool, int indices for variables. — extract_mip_idx • CVXR Coalesces bool, int indices for variables. — extract_mip_idx • CVXR
diff --git a/docs/reference/eye_minus_inv.html b/docs/reference/eye_minus_inv.html
index ea2ba1bc..26c4a5df 100644
--- a/docs/reference/eye_minus_inv.html
+++ b/docs/reference/eye_minus_inv.html
@@ -1,6 +1,6 @@
Unity Resolvent — eye_minus_inv • CVXR
diff --git a/docs/reference/format_constr.html b/docs/reference/format_constr.html
index 6a3738f4..30513fcf 100644
--- a/docs/reference/format_constr.html
+++ b/docs/reference/format_constr.html
@@ -1,5 +1,5 @@
-Format Constraints — format_constr • CVXR Format Constraints — format_constr • CVXR
diff --git a/docs/reference/geo_mean.html b/docs/reference/geo_mean.html
index 7ca1b224..c326a5cd 100644
--- a/docs/reference/geo_mean.html
+++ b/docs/reference/geo_mean.html
@@ -1,5 +1,5 @@
-Geometric Mean — geo_mean • CVXR Geometric Mean — geo_mean • CVXR
diff --git a/docs/reference/get_data.html b/docs/reference/get_data.html
index 22a3d3da..a49dd8ef 100644
--- a/docs/reference/get_data.html
+++ b/docs/reference/get_data.html
@@ -1,5 +1,5 @@
-Get Expression Data — get_data • CVXR Get Expression Data — get_data • CVXR
diff --git a/docs/reference/get_dual_values.html b/docs/reference/get_dual_values.html
index d1c3f4df..7d14e41f 100644
--- a/docs/reference/get_dual_values.html
+++ b/docs/reference/get_dual_values.html
@@ -1,5 +1,5 @@
-Gets the values of the dual variables. — get_dual_values • CVXR Gets the values of the dual variables. — get_dual_values • CVXR
diff --git a/docs/reference/get_id.html b/docs/reference/get_id.html
index 06f443a6..cfdc6cb4 100644
--- a/docs/reference/get_id.html
+++ b/docs/reference/get_id.html
@@ -1,5 +1,5 @@
-Get ID — get_id • CVXR Get ID — get_id • CVXR
diff --git a/docs/reference/get_np.html b/docs/reference/get_np.html
index b4a80aa4..7b11fa06 100644
--- a/docs/reference/get_np.html
+++ b/docs/reference/get_np.html
@@ -1,5 +1,5 @@
-Get numpy handle — get_np • CVXR Get numpy handle — get_np • CVXR
diff --git a/docs/reference/get_problem_data.html b/docs/reference/get_problem_data.html
index 84533225..ec759323 100644
--- a/docs/reference/get_problem_data.html
+++ b/docs/reference/get_problem_data.html
@@ -1,5 +1,5 @@
-Get Problem Data — get_problem_data • CVXR Get Problem Data — get_problem_data • CVXR
diff --git a/docs/reference/get_sp.html b/docs/reference/get_sp.html
index ef8cbd26..957f1bfd 100644
--- a/docs/reference/get_sp.html
+++ b/docs/reference/get_sp.html
@@ -1,5 +1,5 @@
-Get scipy handle — get_sp • CVXR Get scipy handle — get_sp • CVXR
diff --git a/docs/reference/grad.html b/docs/reference/grad.html
index 67c824f7..1de29fd1 100644
--- a/docs/reference/grad.html
+++ b/docs/reference/grad.html
@@ -1,6 +1,6 @@
Sub/Super-Gradient — grad • CVXR
diff --git a/docs/reference/graph_implementation.html b/docs/reference/graph_implementation.html
index 14d74d2b..094f9567 100644
--- a/docs/reference/graph_implementation.html
+++ b/docs/reference/graph_implementation.html
@@ -1,5 +1,5 @@
-Graph Implementation — graph_implementation • CVXR Graph Implementation — graph_implementation • CVXR
diff --git a/docs/reference/group_constraints.html b/docs/reference/group_constraints.html
index f580938d..bdd62490 100644
--- a/docs/reference/group_constraints.html
+++ b/docs/reference/group_constraints.html
@@ -1,5 +1,5 @@
-Organize the constraints into a dictionary keyed by constraint names. — group_constraints • CVXR Organize the constraints into a dictionary keyed by constraint names. — group_constraints • CVXR
diff --git a/docs/reference/harmonic_mean.html b/docs/reference/harmonic_mean.html
index 80565e33..e156fb7b 100644
--- a/docs/reference/harmonic_mean.html
+++ b/docs/reference/harmonic_mean.html
@@ -1,5 +1,5 @@
-Harmonic Mean — harmonic_mean • CVXR Harmonic Mean — harmonic_mean • CVXR
diff --git a/docs/reference/hstack.html b/docs/reference/hstack.html
index afd0ea0b..0dc73438 100644
--- a/docs/reference/hstack.html
+++ b/docs/reference/hstack.html
@@ -1,6 +1,6 @@
Horizontal Concatenation — hstack • CVXR
diff --git a/docs/reference/huber.html b/docs/reference/huber.html
index e1410c0b..d81997fe 100644
--- a/docs/reference/huber.html
+++ b/docs/reference/huber.html
@@ -1,9 +1,14 @@
-Huber Function — huber • CVXR Huber Function — huber • CVXR
@@ -66,9 +71,14 @@ Huber Function
-
The elementwise Huber function, \(Huber(x, M) = \)
+ The elementwise Huber function, \(Huber(x, M) = 1\)
\(2M|x|-M^2\)
+for \(|x| \geq |M|\)
+
+ \(|x|^2\)
+for \(|x| \leq |M|.\)
+
+
+
diff --git a/docs/reference/id.html b/docs/reference/id.html
index 06d38b38..e881ad3c 100644
--- a/docs/reference/id.html
+++ b/docs/reference/id.html
@@ -1,5 +1,5 @@
-
Identification Number — id • CVXR Identification Number — id • CVXR
diff --git a/docs/reference/import_solver.html b/docs/reference/import_solver.html
index fe9c61af..3bc22003 100644
--- a/docs/reference/import_solver.html
+++ b/docs/reference/import_solver.html
@@ -1,5 +1,5 @@
-
Import Solver — import_solver • CVXR Import Solver — import_solver • CVXR
diff --git a/docs/reference/index.html b/docs/reference/index.html
index be393f7c..9d820acf 100644
--- a/docs/reference/index.html
+++ b/docs/reference/index.html
@@ -1,5 +1,5 @@
-
Function reference • CVXR Function reference • CVXR
diff --git a/docs/reference/installed_solvers.html b/docs/reference/installed_solvers.html
index ce5f190b..4e98fd22 100644
--- a/docs/reference/installed_solvers.html
+++ b/docs/reference/installed_solvers.html
@@ -1,6 +1,6 @@
List installed solvers — installed_solvers • CVXR
diff --git a/docs/reference/inv_pos.html b/docs/reference/inv_pos.html
index b8c3aa1b..9b5b0e88 100644
--- a/docs/reference/inv_pos.html
+++ b/docs/reference/inv_pos.html
@@ -1,5 +1,5 @@
-
Reciprocal Function — inv_pos • CVXR Reciprocal Function — inv_pos • CVXR
diff --git a/docs/reference/invert.html b/docs/reference/invert.html
index f3bdcf5b..5802ab35 100644
--- a/docs/reference/invert.html
+++ b/docs/reference/invert.html
@@ -1,5 +1,5 @@
-
Return Original Solution — invert • CVXR Return Original Solution — invert • CVXR
diff --git a/docs/reference/is_dcp.html b/docs/reference/is_dcp.html
index bfafa892..f004cd31 100644
--- a/docs/reference/is_dcp.html
+++ b/docs/reference/is_dcp.html
@@ -1,5 +1,5 @@
-
DCP Compliance — is_dcp • CVXR DCP Compliance — is_dcp • CVXR
@@ -132,8 +132,8 @@
Examples
#> intf_scalar_value(valResult)
#> else valResult
#> }
-
#> <bytecode: 0x7f8a4c480eb8>
-
#> <environment: 0x7f8a3ed56800>
+
#> <bytecode: 0x7fa5784c5540>
+
#> <environment: 0x7fa56db31b80>
#>
#> $getDualValue
#> function (objet)
@@ -142,14 +142,14 @@
Examples
#> stop("getDualValue: argument should be a Constraint!")
#> getValue(objet)
#> }
-
#> <bytecode: 0x7f8a4c482c70>
-
#> <environment: 0x7f8a3ed56800>
+
#> <bytecode: 0x7fa5784c92f8>
+
#> <environment: 0x7fa56db31b80>
#>
#> $solver
#> [1] "OSQP"
#>
#> $solve_time
-
#> [1] 2.1073e-05
+
#> [1] 2.6795e-05
#>
#> $setup_time
#> [1] NA
diff --git a/docs/reference/is_dgp.html b/docs/reference/is_dgp.html
index b43cead6..be38ee52 100644
--- a/docs/reference/is_dgp.html
+++ b/docs/reference/is_dgp.html
@@ -1,5 +1,5 @@
-
DGP Compliance — is_dgp • CVXR DGP Compliance — is_dgp • CVXR
@@ -139,8 +139,8 @@
Examples
#> intf_scalar_value(valResult)
#> else valResult
#> }
-
#> <bytecode: 0x7f8a4c480eb8>
-
#> <environment: 0x7f8a5ac080d8>
+
#> <bytecode: 0x7fa5784c5540>
+
#> <environment: 0x7fa56b6de320>
#>
#> $getDualValue
#> function (objet)
@@ -149,17 +149,17 @@
Examples
#> stop("getDualValue: argument should be a Constraint!")
#> getValue(objet)
#> }
-
#> <bytecode: 0x7f8a4c482c70>
-
#> <environment: 0x7f8a5ac080d8>
+
#> <bytecode: 0x7fa5784c92f8>
+
#> <environment: 0x7fa56b6de320>
#>
#> $solver
#> [1] "ECOS"
#>
#> $solve_time
-
#> [1] 1.021e-05
+
#> [1] 1.2557e-05
#>
#> $setup_time
-
#> [1] 9.01e-06
+
#> [1] 9.351e-06
#>
#> $num_iters
#> [1] 4
diff --git a/docs/reference/is_mixed_integer.html b/docs/reference/is_mixed_integer.html
index f05e092e..5bdcce02 100644
--- a/docs/reference/is_mixed_integer.html
+++ b/docs/reference/is_mixed_integer.html
@@ -1,5 +1,5 @@
-
Is Problem Mixed Integer? — is_mixed_integer • CVXR Is Problem Mixed Integer? — is_mixed_integer • CVXR
diff --git a/docs/reference/is_qp.html b/docs/reference/is_qp.html
index 92356c31..08fef0b0 100644
--- a/docs/reference/is_qp.html
+++ b/docs/reference/is_qp.html
@@ -1,5 +1,5 @@
-
Is Problem a QP? — is_qp • CVXR Is Problem a QP? — is_qp • CVXR
diff --git a/docs/reference/is_stuffed_cone_constraint.html b/docs/reference/is_stuffed_cone_constraint.html
index 34fd87af..21570946 100644
--- a/docs/reference/is_stuffed_cone_constraint.html
+++ b/docs/reference/is_stuffed_cone_constraint.html
@@ -1,5 +1,5 @@
-
Is the constraint a stuffed cone constraint? — is_stuffed_cone_constraint • CVXR Is the constraint a stuffed cone constraint? — is_stuffed_cone_constraint • CVXR
diff --git a/docs/reference/is_stuffed_cone_objective.html b/docs/reference/is_stuffed_cone_objective.html
index b9a0242f..b4926ea4 100644
--- a/docs/reference/is_stuffed_cone_objective.html
+++ b/docs/reference/is_stuffed_cone_objective.html
@@ -1,5 +1,5 @@
-
Is the objective a stuffed cone objective? — is_stuffed_cone_objective • CVXR Is the objective a stuffed cone objective? — is_stuffed_cone_objective • CVXR
diff --git a/docs/reference/is_stuffed_qp_objective.html b/docs/reference/is_stuffed_qp_objective.html
index 0d71d8a0..106da08a 100644
--- a/docs/reference/is_stuffed_qp_objective.html
+++ b/docs/reference/is_stuffed_qp_objective.html
@@ -1,5 +1,5 @@
-
Is the QP objective stuffed? — is_stuffed_qp_objective • CVXR Is the QP objective stuffed? — is_stuffed_qp_objective • CVXR
diff --git a/docs/reference/kl_div.html b/docs/reference/kl_div.html
index 53692145..f7d4dfbb 100644
--- a/docs/reference/kl_div.html
+++ b/docs/reference/kl_div.html
@@ -1,5 +1,5 @@
-
Kullback-Leibler Divergence — kl_div • CVXR Kullback-Leibler Divergence — kl_div • CVXR
diff --git a/docs/reference/kronecker.html b/docs/reference/kronecker.html
index f0f77d9c..c3291486 100644
--- a/docs/reference/kronecker.html
+++ b/docs/reference/kronecker.html
@@ -1,5 +1,5 @@
-
Kronecker Product — kronecker,Expression,ANY-method • CVXR Kronecker Product — kronecker,Expression,ANY-method • CVXR
diff --git a/docs/reference/lambda_max.html b/docs/reference/lambda_max.html
index 6382c6d0..a5d1e935 100644
--- a/docs/reference/lambda_max.html
+++ b/docs/reference/lambda_max.html
@@ -1,5 +1,5 @@
-
Maximum Eigenvalue — lambda_max • CVXR Maximum Eigenvalue — lambda_max • CVXR
diff --git a/docs/reference/lambda_min.html b/docs/reference/lambda_min.html
index 6775d11d..142dbb43 100644
--- a/docs/reference/lambda_min.html
+++ b/docs/reference/lambda_min.html
@@ -1,5 +1,5 @@
-
Minimum Eigenvalue — lambda_min • CVXR Minimum Eigenvalue — lambda_min • CVXR
diff --git a/docs/reference/lambda_sum_largest.html b/docs/reference/lambda_sum_largest.html
index 9279c07a..cc086e66 100644
--- a/docs/reference/lambda_sum_largest.html
+++ b/docs/reference/lambda_sum_largest.html
@@ -1,5 +1,5 @@
-
Sum of Largest Eigenvalues — lambda_sum_largest • CVXR Sum of Largest Eigenvalues — lambda_sum_largest • CVXR
diff --git a/docs/reference/lambda_sum_smallest.html b/docs/reference/lambda_sum_smallest.html
index 470165db..77643d20 100644
--- a/docs/reference/lambda_sum_smallest.html
+++ b/docs/reference/lambda_sum_smallest.html
@@ -1,5 +1,5 @@
-
Sum of Smallest Eigenvalues — lambda_sum_smallest • CVXR Sum of Smallest Eigenvalues — lambda_sum_smallest • CVXR
diff --git a/docs/reference/leaf-attr.html b/docs/reference/leaf-attr.html
index 021f3b1a..8da02c76 100644
--- a/docs/reference/leaf-attr.html
+++ b/docs/reference/leaf-attr.html
@@ -1,5 +1,5 @@
-
Attributes of an Expression Leaf — leaf-attr • CVXR Attributes of an Expression Leaf — leaf-attr • CVXR
diff --git a/docs/reference/linearize.html b/docs/reference/linearize.html
index 661b04c5..1ea7a42f 100644
--- a/docs/reference/linearize.html
+++ b/docs/reference/linearize.html
@@ -1,6 +1,6 @@
Affine Approximation to an Expression — linearize • CVXR
diff --git a/docs/reference/log.html b/docs/reference/log.html
index 8e1c2b9e..3b1caf52 100644
--- a/docs/reference/log.html
+++ b/docs/reference/log.html
@@ -1,7 +1,7 @@
Logarithms — log,Expression-method • CVXR
diff --git a/docs/reference/log_det.html b/docs/reference/log_det.html
index 73000b5d..a054e9be 100644
--- a/docs/reference/log_det.html
+++ b/docs/reference/log_det.html
@@ -1,5 +1,5 @@
-
Log-Determinant — log_det • CVXR Log-Determinant — log_det • CVXR
diff --git a/docs/reference/log_log_curvature-atom.html b/docs/reference/log_log_curvature-atom.html
index 88f76808..4cd4c304 100644
--- a/docs/reference/log_log_curvature-atom.html
+++ b/docs/reference/log_log_curvature-atom.html
@@ -1,5 +1,5 @@
-
Log-Log Curvature of an Atom — log_log_curvature-atom • CVXR Log-Log Curvature of an Atom — log_log_curvature-atom • CVXR
diff --git a/docs/reference/log_log_curvature-methods.html b/docs/reference/log_log_curvature-methods.html
index b25b957b..4c7b1609 100644
--- a/docs/reference/log_log_curvature-methods.html
+++ b/docs/reference/log_log_curvature-methods.html
@@ -1,5 +1,5 @@
-
Log-Log Curvature Properties — log_log_curvature-methods • CVXR Log-Log Curvature Properties — log_log_curvature-methods • CVXR
diff --git a/docs/reference/log_log_curvature.html b/docs/reference/log_log_curvature.html
index b68c3b5f..22d3c682 100644
--- a/docs/reference/log_log_curvature.html
+++ b/docs/reference/log_log_curvature.html
@@ -1,6 +1,6 @@
Log-Log Curvature of Expression — log_log_curvature • CVXR
diff --git a/docs/reference/log_sum_exp.html b/docs/reference/log_sum_exp.html
index 8d6e2954..defb304c 100644
--- a/docs/reference/log_sum_exp.html
+++ b/docs/reference/log_sum_exp.html
@@ -1,5 +1,5 @@
-
Log-Sum-Exponential — log_sum_exp • CVXR Log-Sum-Exponential — log_sum_exp • CVXR
diff --git a/docs/reference/logistic.html b/docs/reference/logistic.html
index e3b7ec24..f25d772c 100644
--- a/docs/reference/logistic.html
+++ b/docs/reference/logistic.html
@@ -1,6 +1,6 @@
Logistic Function — logistic • CVXR
diff --git a/docs/reference/matrix_frac.html b/docs/reference/matrix_frac.html
index da443c02..29fc750f 100644
--- a/docs/reference/matrix_frac.html
+++ b/docs/reference/matrix_frac.html
@@ -1,5 +1,5 @@
-
Matrix Fraction — matrix_frac • CVXR Matrix Fraction — matrix_frac • CVXR
diff --git a/docs/reference/matrix_prop-methods.html b/docs/reference/matrix_prop-methods.html
index 2ae7ab11..3561e91a 100644
--- a/docs/reference/matrix_prop-methods.html
+++ b/docs/reference/matrix_prop-methods.html
@@ -1,5 +1,5 @@
-
Matrix Properties — matrix_prop-methods • CVXR Matrix Properties — matrix_prop-methods • CVXR
diff --git a/docs/reference/matrix_trace.html b/docs/reference/matrix_trace.html
index 1cf6363c..f8a66850 100644
--- a/docs/reference/matrix_trace.html
+++ b/docs/reference/matrix_trace.html
@@ -1,5 +1,5 @@
-
Matrix Trace — matrix_trace • CVXR Matrix Trace — matrix_trace • CVXR
diff --git a/docs/reference/max_elemwise.html b/docs/reference/max_elemwise.html
index 920b56de..cb095c35 100644
--- a/docs/reference/max_elemwise.html
+++ b/docs/reference/max_elemwise.html
@@ -1,5 +1,5 @@
-
Elementwise Maximum — max_elemwise • CVXR Elementwise Maximum — max_elemwise • CVXR
diff --git a/docs/reference/max_entries.html b/docs/reference/max_entries.html
index f9955791..0c4b9820 100644
--- a/docs/reference/max_entries.html
+++ b/docs/reference/max_entries.html
@@ -1,5 +1,5 @@
-
Maximum — max_entries • CVXR Maximum — max_entries • CVXR
diff --git a/docs/reference/mean.html b/docs/reference/mean.html
index 095b557d..1a38a0a1 100644
--- a/docs/reference/mean.html
+++ b/docs/reference/mean.html
@@ -1,5 +1,5 @@
-
Arithmetic Mean — mean.Expression • CVXR Arithmetic Mean — mean.Expression • CVXR
diff --git a/docs/reference/min_elemwise.html b/docs/reference/min_elemwise.html
index 0478d426..c583616d 100644
--- a/docs/reference/min_elemwise.html
+++ b/docs/reference/min_elemwise.html
@@ -1,5 +1,5 @@
-
Elementwise Minimum — min_elemwise • CVXR Elementwise Minimum — min_elemwise • CVXR
diff --git a/docs/reference/min_entries.html b/docs/reference/min_entries.html
index 61b4d630..ae509e17 100644
--- a/docs/reference/min_entries.html
+++ b/docs/reference/min_entries.html
@@ -1,5 +1,5 @@
-
Minimum — min_entries • CVXR Minimum — min_entries • CVXR
diff --git a/docs/reference/mip_capable.html b/docs/reference/mip_capable.html
index d22e840e..97800088 100644
--- a/docs/reference/mip_capable.html
+++ b/docs/reference/mip_capable.html
@@ -1,5 +1,5 @@
-
Solver Capabilities — mip_capable • CVXR Solver Capabilities — mip_capable • CVXR
diff --git a/docs/reference/mixed_norm.html b/docs/reference/mixed_norm.html
index 3c1f3b0b..b6c71d6d 100644
--- a/docs/reference/mixed_norm.html
+++ b/docs/reference/mixed_norm.html
@@ -1,5 +1,5 @@
-
Mixed Norm — mixed_norm • CVXR Mixed Norm — mixed_norm • CVXR
diff --git a/docs/reference/mul_elemwise.html b/docs/reference/mul_elemwise.html
index 69e02254..c5279af6 100644
--- a/docs/reference/mul_elemwise.html
+++ b/docs/reference/mul_elemwise.html
@@ -1,5 +1,5 @@
-
Elementwise multiplication operator — *,Expression,Expression-method • CVXR Elementwise multiplication operator — *,Expression,Expression-method • CVXR
diff --git a/docs/reference/multiply.html b/docs/reference/multiply.html
index d7f828bf..b0ade2d6 100644
--- a/docs/reference/multiply.html
+++ b/docs/reference/multiply.html
@@ -1,5 +1,5 @@
-
Elementwise Multiplication — multiply • CVXR Elementwise Multiplication — multiply • CVXR
diff --git a/docs/reference/name.html b/docs/reference/name.html
index 8a95aaed..5c766f0c 100644
--- a/docs/reference/name.html
+++ b/docs/reference/name.html
@@ -1,5 +1,5 @@
-
Variable, Parameter, or Expression Name — name • CVXR Variable, Parameter, or Expression Name — name • CVXR
diff --git a/docs/reference/neg.html b/docs/reference/neg.html
index 29f8e5d7..8d20684f 100644
--- a/docs/reference/neg.html
+++ b/docs/reference/neg.html
@@ -1,5 +1,5 @@
-
Elementwise Negative — neg • CVXR Elementwise Negative — neg • CVXR
diff --git a/docs/reference/norm.html b/docs/reference/norm.html
index cfd89cea..53e5a88c 100644
--- a/docs/reference/norm.html
+++ b/docs/reference/norm.html
@@ -1,5 +1,5 @@
-
Matrix Norm — norm,Expression,character-method • CVXR Matrix Norm — norm,Expression,character-method • CVXR
diff --git a/docs/reference/norm1.html b/docs/reference/norm1.html
index 49e77db3..4783fd1c 100644
--- a/docs/reference/norm1.html
+++ b/docs/reference/norm1.html
@@ -1,5 +1,5 @@
-
1-Norm — norm1 • CVXR 1-Norm — norm1 • CVXR
diff --git a/docs/reference/norm2.html b/docs/reference/norm2.html
index b5644b27..88795396 100644
--- a/docs/reference/norm2.html
+++ b/docs/reference/norm2.html
@@ -1,5 +1,5 @@
-
Euclidean Norm — norm2 • CVXR Euclidean Norm — norm2 • CVXR
diff --git a/docs/reference/norm_inf.html b/docs/reference/norm_inf.html
index e6eaeedf..2842bc1f 100644
--- a/docs/reference/norm_inf.html
+++ b/docs/reference/norm_inf.html
@@ -1,5 +1,5 @@
-
Infinity-Norm — norm_inf • CVXR Infinity-Norm — norm_inf • CVXR
diff --git a/docs/reference/norm_nuc.html b/docs/reference/norm_nuc.html
index 53477fcf..5b1235ea 100644
--- a/docs/reference/norm_nuc.html
+++ b/docs/reference/norm_nuc.html
@@ -1,5 +1,5 @@
-
Nuclear Norm — norm_nuc • CVXR Nuclear Norm — norm_nuc • CVXR
diff --git a/docs/reference/one_minus_pos.html b/docs/reference/one_minus_pos.html
index 3f8eacc1..e9881b08 100644
--- a/docs/reference/one_minus_pos.html
+++ b/docs/reference/one_minus_pos.html
@@ -1,5 +1,5 @@
-
Difference on Restricted Domain — one_minus_pos • CVXR Difference on Restricted Domain — one_minus_pos • CVXR
diff --git a/docs/reference/p_norm.html b/docs/reference/p_norm.html
index 275cea37..fd12a4b3 100644
--- a/docs/reference/p_norm.html
+++ b/docs/reference/p_norm.html
@@ -1,5 +1,5 @@
-
P-Norm — p_norm • CVXR P-Norm — p_norm • CVXR
diff --git a/docs/reference/perform.html b/docs/reference/perform.html
index e530d28d..4f7d5bf2 100644
--- a/docs/reference/perform.html
+++ b/docs/reference/perform.html
@@ -1,5 +1,5 @@
-
Perform Reduction — perform • CVXR Perform Reduction — perform • CVXR
@@ -83,9 +83,14 @@
Arguments
Value
-
A list containing
+A list containing
"problem"
+A Problem or list representing the equivalent problem.
+
+ "inverse_data"
+A InverseData or list containing the data needed to invert this particular reduction.
+
+
+
diff --git a/docs/reference/problem-parts.html b/docs/reference/problem-parts.html
index 3bb1f902..0d97b2c1 100644
--- a/docs/reference/problem-parts.html
+++ b/docs/reference/problem-parts.html
@@ -1,5 +1,5 @@
-
Parts of a Problem — problem-parts • CVXR Parts of a Problem — problem-parts • CVXR
diff --git a/docs/reference/prod_entries.html b/docs/reference/prod_entries.html
index d079ff74..eab3eeff 100644
--- a/docs/reference/prod_entries.html
+++ b/docs/reference/prod_entries.html
@@ -1,5 +1,5 @@
-Product of Entries — prod_entries • CVXR Product of Entries — prod_entries • CVXR
diff --git a/docs/reference/project-methods.html b/docs/reference/project-methods.html
index 076c439a..8686eb3d 100644
--- a/docs/reference/project-methods.html
+++ b/docs/reference/project-methods.html
@@ -1,6 +1,6 @@
Project Value — project-methods • CVXR
diff --git a/docs/reference/psd_coeff_offset.html b/docs/reference/psd_coeff_offset.html
index 8c44661b..1b83ebfd 100644
--- a/docs/reference/psd_coeff_offset.html
+++ b/docs/reference/psd_coeff_offset.html
@@ -1,5 +1,5 @@
-Given a problem returns a PSD constraint — psd_coeff_offset • CVXR Given a problem returns a PSD constraint — psd_coeff_offset • CVXR
diff --git a/docs/reference/psolve.html b/docs/reference/psolve.html
index e4b56e9f..01f843fb 100644
--- a/docs/reference/psolve.html
+++ b/docs/reference/psolve.html
@@ -1,5 +1,5 @@
-Solve a DCP Problem — psolve • CVXR Solve a DCP Problem — psolve • CVXR
diff --git a/docs/reference/quad_form.html b/docs/reference/quad_form.html
index a1df6d13..eaeeeb66 100644
--- a/docs/reference/quad_form.html
+++ b/docs/reference/quad_form.html
@@ -1,5 +1,5 @@
-Quadratic Form — quad_form • CVXR Quadratic Form — quad_form • CVXR
diff --git a/docs/reference/quad_over_lin.html b/docs/reference/quad_over_lin.html
index bc66545b..c4c2833a 100644
--- a/docs/reference/quad_over_lin.html
+++ b/docs/reference/quad_over_lin.html
@@ -1,5 +1,5 @@
-Quadratic over Linear — quad_over_lin • CVXR Quadratic over Linear — quad_over_lin • CVXR
diff --git a/docs/reference/reduce.html b/docs/reference/reduce.html
index fd59d5a0..cf9e20c2 100644
--- a/docs/reference/reduce.html
+++ b/docs/reference/reduce.html
@@ -1,5 +1,5 @@
-Reduce a Problem — reduce • CVXR Reduce a Problem — reduce • CVXR
diff --git a/docs/reference/resetOptions.html b/docs/reference/resetOptions.html
index fdda0361..e56539d3 100644
--- a/docs/reference/resetOptions.html
+++ b/docs/reference/resetOptions.html
@@ -1,5 +1,5 @@
-Reset Options — resetOptions • CVXR Reset Options — resetOptions • CVXR
diff --git a/docs/reference/reshape_expr.html b/docs/reference/reshape_expr.html
index 0cea2e1d..9afc0ebe 100644
--- a/docs/reference/reshape_expr.html
+++ b/docs/reference/reshape_expr.html
@@ -1,5 +1,5 @@
-Reshape an Expression — reshape_expr • CVXR Reshape an Expression — reshape_expr • CVXR
diff --git a/docs/reference/residual-methods.html b/docs/reference/residual-methods.html
index a2c45be9..1780740e 100644
--- a/docs/reference/residual-methods.html
+++ b/docs/reference/residual-methods.html
@@ -1,6 +1,6 @@
Constraint Residual — residual-methods • CVXR
diff --git a/docs/reference/retrieve.html b/docs/reference/retrieve.html
index 6797469a..953e01b0 100644
--- a/docs/reference/retrieve.html
+++ b/docs/reference/retrieve.html
@@ -1,5 +1,5 @@
-Retrieve Solution — retrieve • CVXR Retrieve Solution — retrieve • CVXR
diff --git a/docs/reference/scaled_lower_tri.html b/docs/reference/scaled_lower_tri.html
index 88e2fdd1..a53aff94 100644
--- a/docs/reference/scaled_lower_tri.html
+++ b/docs/reference/scaled_lower_tri.html
@@ -1,5 +1,5 @@
-Utility methods for special handling of semidefinite constraints. — scaled_lower_tri • CVXR Utility methods for special handling of semidefinite constraints. — scaled_lower_tri • CVXR
diff --git a/docs/reference/scalene.html b/docs/reference/scalene.html
index 803af02d..afe6ebdf 100644
--- a/docs/reference/scalene.html
+++ b/docs/reference/scalene.html
@@ -1,6 +1,6 @@
Scalene Function — scalene • CVXR
diff --git a/docs/reference/setIdCounter.html b/docs/reference/setIdCounter.html
index 9a92d1fc..e6a2398d 100644
--- a/docs/reference/setIdCounter.html
+++ b/docs/reference/setIdCounter.html
@@ -1,5 +1,5 @@
-Set ID Counter — setIdCounter • CVXR Set ID Counter — setIdCounter • CVXR
diff --git a/docs/reference/sigma_max.html b/docs/reference/sigma_max.html
index 1c9382c1..dde8d00c 100644
--- a/docs/reference/sigma_max.html
+++ b/docs/reference/sigma_max.html
@@ -1,5 +1,5 @@
-Maximum Singular Value — sigma_max • CVXR Maximum Singular Value — sigma_max • CVXR
diff --git a/docs/reference/sign-methods.html b/docs/reference/sign-methods.html
index 8d5a3e28..9ddf555a 100644
--- a/docs/reference/sign-methods.html
+++ b/docs/reference/sign-methods.html
@@ -1,5 +1,5 @@
-Sign Properties — sign-methods • CVXR Sign Properties — sign-methods • CVXR
diff --git a/docs/reference/sign.html b/docs/reference/sign.html
index d68f5f58..87cd9a91 100644
--- a/docs/reference/sign.html
+++ b/docs/reference/sign.html
@@ -1,5 +1,5 @@
-Sign of Expression — sign,Expression-method • CVXR Sign of Expression — sign,Expression-method • CVXR
diff --git a/docs/reference/sign_from_args.html b/docs/reference/sign_from_args.html
index a252874e..b58f46b7 100644
--- a/docs/reference/sign_from_args.html
+++ b/docs/reference/sign_from_args.html
@@ -1,5 +1,5 @@
-Atom Sign — sign_from_args • CVXR Atom Sign — sign_from_args • CVXR
diff --git a/docs/reference/size-methods.html b/docs/reference/size-methods.html
index 0acc3e2a..c66c9c5d 100644
--- a/docs/reference/size-methods.html
+++ b/docs/reference/size-methods.html
@@ -1,5 +1,5 @@
-Size Properties — size-methods • CVXR Size Properties — size-methods • CVXR
diff --git a/docs/reference/size.html b/docs/reference/size.html
index fc1796dc..58a63c4d 100644
--- a/docs/reference/size.html
+++ b/docs/reference/size.html
@@ -1,5 +1,5 @@
-Size of Expression — size • CVXR Size of Expression — size • CVXR
diff --git a/docs/reference/sqrt.html b/docs/reference/sqrt.html
index c4a19e86..94829109 100644
--- a/docs/reference/sqrt.html
+++ b/docs/reference/sqrt.html
@@ -1,5 +1,5 @@
-Square Root — sqrt,Expression-method • CVXR Square Root — sqrt,Expression-method • CVXR
diff --git a/docs/reference/square.html b/docs/reference/square.html
index 6ff4b7f6..52ce8c4e 100644
--- a/docs/reference/square.html
+++ b/docs/reference/square.html
@@ -1,5 +1,5 @@
-Square — square,Expression-method • CVXR Square — square,Expression-method • CVXR
diff --git a/docs/reference/sum_entries.html b/docs/reference/sum_entries.html
index 7b9cc88c..c40ff0eb 100644
--- a/docs/reference/sum_entries.html
+++ b/docs/reference/sum_entries.html
@@ -1,5 +1,5 @@
-Sum of Entries — sum_entries • CVXR Sum of Entries — sum_entries • CVXR
diff --git a/docs/reference/sum_largest.html b/docs/reference/sum_largest.html
index bbead1f2..3495f913 100644
--- a/docs/reference/sum_largest.html
+++ b/docs/reference/sum_largest.html
@@ -1,5 +1,5 @@
-Sum of Largest Values — sum_largest • CVXR Sum of Largest Values — sum_largest • CVXR
diff --git a/docs/reference/sum_smallest.html b/docs/reference/sum_smallest.html
index e69c549e..7ff31005 100644
--- a/docs/reference/sum_smallest.html
+++ b/docs/reference/sum_smallest.html
@@ -1,5 +1,5 @@
-Sum of Smallest Values — sum_smallest • CVXR Sum of Smallest Values — sum_smallest • CVXR
diff --git a/docs/reference/sum_squares.html b/docs/reference/sum_squares.html
index 88844e7f..73543c32 100644
--- a/docs/reference/sum_squares.html
+++ b/docs/reference/sum_squares.html
@@ -1,5 +1,5 @@
-Sum of Squares — sum_squares • CVXR Sum of Squares — sum_squares • CVXR
diff --git a/docs/reference/to_numeric.html b/docs/reference/to_numeric.html
index 4c22f236..e9c0492e 100644
--- a/docs/reference/to_numeric.html
+++ b/docs/reference/to_numeric.html
@@ -1,5 +1,5 @@
-Numeric Value of Atom — to_numeric • CVXR Numeric Value of Atom — to_numeric • CVXR
diff --git a/docs/reference/transpose.html b/docs/reference/transpose.html
index 0be378e0..e84ea2ba 100644
--- a/docs/reference/transpose.html
+++ b/docs/reference/transpose.html
@@ -1,5 +1,5 @@
-Matrix Transpose — t.Expression • CVXR Matrix Transpose — t.Expression • CVXR
diff --git a/docs/reference/tri_to_full.html b/docs/reference/tri_to_full.html
index b24e18ae..6ec99aed 100644
--- a/docs/reference/tri_to_full.html
+++ b/docs/reference/tri_to_full.html
@@ -1,5 +1,5 @@
-Expands lower triangular to full matrix. — tri_to_full • CVXR Expands lower triangular to full matrix. — tri_to_full • CVXR
diff --git a/docs/reference/tv.html b/docs/reference/tv.html
index 13346684..15ac66ae 100644
--- a/docs/reference/tv.html
+++ b/docs/reference/tv.html
@@ -1,5 +1,5 @@
-Total Variation — tv • CVXR Total Variation — tv • CVXR
diff --git a/docs/reference/unpack_results.html b/docs/reference/unpack_results.html
index f2cc2351..f99c5845 100644
--- a/docs/reference/unpack_results.html
+++ b/docs/reference/unpack_results.html
@@ -1,5 +1,5 @@
-Parse output from a solver and updates problem state — unpack_results • CVXR Parse output from a solver and updates problem state — unpack_results • CVXR
diff --git a/docs/reference/upper_tri.html b/docs/reference/upper_tri.html
index 1c73b284..a2d56c58 100644
--- a/docs/reference/upper_tri.html
+++ b/docs/reference/upper_tri.html
@@ -1,5 +1,5 @@
-Upper Triangle of a Matrix — upper_tri • CVXR Upper Triangle of a Matrix — upper_tri • CVXR
diff --git a/docs/reference/validate_args.html b/docs/reference/validate_args.html
index 441998b2..25701412 100644
--- a/docs/reference/validate_args.html
+++ b/docs/reference/validate_args.html
@@ -1,5 +1,5 @@
-Validate Arguments — validate_args • CVXR Validate Arguments — validate_args • CVXR
diff --git a/docs/reference/validate_val.html b/docs/reference/validate_val.html
index 344b2322..42111beb 100644
--- a/docs/reference/validate_val.html
+++ b/docs/reference/validate_val.html
@@ -1,5 +1,5 @@
-Validate Value — validate_val • CVXR Validate Value — validate_val • CVXR
diff --git a/docs/reference/value-methods.html b/docs/reference/value-methods.html
index c5b841c9..f7b04b01 100644
--- a/docs/reference/value-methods.html
+++ b/docs/reference/value-methods.html
@@ -1,5 +1,5 @@
-Get or Set Value — value-methods • CVXR Get or Set Value — value-methods • CVXR
diff --git a/docs/reference/vec.html b/docs/reference/vec.html
index ffcbe637..54be41e5 100644
--- a/docs/reference/vec.html
+++ b/docs/reference/vec.html
@@ -1,5 +1,5 @@
-Vectorization of a Matrix — vec • CVXR Vectorization of a Matrix — vec • CVXR
diff --git a/docs/reference/vectorized_lower_tri_to_mat.html b/docs/reference/vectorized_lower_tri_to_mat.html
index 04f992a2..475cf2bb 100644
--- a/docs/reference/vectorized_lower_tri_to_mat.html
+++ b/docs/reference/vectorized_lower_tri_to_mat.html
@@ -1,5 +1,5 @@
-Turns symmetric 2D array into a lower triangular matrix — vectorized_lower_tri_to_mat • CVXR Turns symmetric 2D array into a lower triangular matrix — vectorized_lower_tri_to_mat • CVXR
diff --git a/docs/reference/vstack.html b/docs/reference/vstack.html
index a860de52..4aaf7c18 100644
--- a/docs/reference/vstack.html
+++ b/docs/reference/vstack.html
@@ -1,5 +1,5 @@
-Vertical Concatenation — vstack • CVXR Vertical Concatenation — vstack • CVXR
diff --git a/man/figures/logo.png b/man/figures/logo.png
deleted file mode 100644
index a47016aa..00000000
Binary files a/man/figures/logo.png and /dev/null differ
diff --git a/man/figures/logo.svg b/man/figures/logo.svg
deleted file mode 100644
index 4a694ffc..00000000
--- a/man/figures/logo.svg
+++ /dev/null
@@ -1,1847 +0,0 @@
-
-
-
-
-
-
diff --git a/man/huber.Rd b/man/huber.Rd
index 15d69d64..7fe39a5a 100644
--- a/man/huber.Rd
+++ b/man/huber.Rd
@@ -16,8 +16,8 @@ huber(x, M = 1)
An \linkS4class{Expression} representing the Huber function evaluated at the input.
}
\description{
-The elementwise Huber function, \eqn{Huber(x, M) = }
-\itemize{
+The elementwise Huber function, \eqn{Huber(x, M) = 1}
+\describe{
\item{\eqn{2M|x|-M^2}}{for \eqn{|x| \geq |M|}}
\item{\eqn{|x|^2}}{for \eqn{|x| \leq |M|.}}
}
diff --git a/man/perform.Rd b/man/perform.Rd
index 8c9342cf..0381c418 100644
--- a/man/perform.Rd
+++ b/man/perform.Rd
@@ -14,7 +14,7 @@ perform(object, problem)
}
\value{
A list containing
-\itemize{
+\describe{
\item{"problem"}{A \linkS4class{Problem} or list representing the equivalent problem.}
\item{"inverse_data"}{A \linkS4class{InverseData} or list containing the data needed to invert this particular reduction.}
}
diff --git a/man/power.Rd b/man/power.Rd
index a987186f..b65f5792 100644
--- a/man/power.Rd
+++ b/man/power.Rd
@@ -31,17 +31,17 @@ For \eqn{p = 0} and \eqn{f(x) = 1}, this function is constant and positive.
For \eqn{p = 1} and \eqn{f(x) = x}, this function is affine, increasing, and the same sign as \eqn{x}.
For \eqn{p = 2,4,8,\ldots} and \eqn{f(x) = |x|^p}, this function is convex, positive, with signed monotonicity.
For \eqn{p < 0} and \eqn{f(x) = }
-\itemize{
+\describe{
\item{\eqn{x^p}}{ for \eqn{x > 0}}
\item{\eqn{+\infty}}{\eqn{x \leq 0}}
}, this function is convex, decreasing, and positive.
For \eqn{0 < p < 1} and \eqn{f(x) =}
-\itemize{
+\describe{
\item{\eqn{x^p}}{ for \eqn{x \geq 0}}
\item{\eqn{-\infty}}{\eqn{x < 0}}
}, this function is concave, increasing, and positivea.
For \eqn{p > 1, p \neq 2,4,8,\ldots} and \eqn{f(x) = }
-\itemize{
+\describe{
\item{\eqn{x^p}}{ for \eqn{x \geq 0}}
\item{\eqn{+\infty}}{\eqn{x < 0}}
}, this function is convex, increasing, and positive.