Skip to content

Commit

Permalink
Merge pull request #133 from cvxgrp/cran_fixes
Browse files Browse the repository at this point in the history
Updated docs
  • Loading branch information
bnaras authored Feb 1, 2024
2 parents 3e6bd8d + 431d16a commit 6cf8eb6
Show file tree
Hide file tree
Showing 420 changed files with 483 additions and 2,304 deletions.
10 changes: 5 additions & 5 deletions R/exports.R
Original file line number Diff line number Diff line change
Expand Up @@ -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|.}}
#' }
Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions R/generics.R
Original file line number Diff line number Diff line change
Expand Up @@ -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") })

#'
Expand Down Expand Up @@ -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.}
#' }
Expand Down
1 change: 0 additions & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/articles/cvxr_intro.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/articles/version1.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6cf8eb6

Please sign in to comment.