From a732ec9b1a4bae11e29e2a658f7bd513e5dd478d Mon Sep 17 00:00:00 2001 From: Apostolos Chalkis Date: Tue, 31 Oct 2023 16:26:44 -0600 Subject: [PATCH] fix brackets in new documentation --- R-proj/man/PolytopeIntersectEllipsoid.Rd | 2 +- R-proj/man/Rcpp_PolytopeIntersectEllipsoid.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R-proj/man/PolytopeIntersectEllipsoid.Rd b/R-proj/man/PolytopeIntersectEllipsoid.Rd index a69618530..bd96097bb 100644 --- a/R-proj/man/PolytopeIntersectEllipsoid.Rd +++ b/R-proj/man/PolytopeIntersectEllipsoid.Rd @@ -3,7 +3,7 @@ \title{An exposed class to represent an intersection between an H-polytope and an ellipsoid.} \description{ -An intersection between of an H-polytope, defined by a set of linear inequalities, or a matrix A and an \eqn{m}-dimensional vector b s.t., \eqn{x, Ax\leq b}, and an ellipsoid defined by a positive definite matrix E s.t., \eqn{x, x^TEx \leq 1}.}. +An intersection between of an H-polytope, defined by a set of linear inequalities, or a matrix A and an \eqn{m}-dimensional vector b s.t., \eqn{x, Ax\leq b}, and an ellipsoid defined by a positive definite matrix E s.t., \eqn{x, x^TEx \leq 1}. } \section{Fields}{ \itemize{ diff --git a/R-proj/man/Rcpp_PolytopeIntersectEllipsoid.Rd b/R-proj/man/Rcpp_PolytopeIntersectEllipsoid.Rd index 0c872e09d..cf025bc03 100644 --- a/R-proj/man/Rcpp_PolytopeIntersectEllipsoid.Rd +++ b/R-proj/man/Rcpp_PolytopeIntersectEllipsoid.Rd @@ -10,7 +10,7 @@ An \code{Rcpp} class to represent an intersection between an H-polytope and an ellipsoid, exposed to \code{R} via modules. } \description{ -An intersection between of an H-polytope, defined by a set of linear inequalities, or a matrix A and an \eqn{m}-dimensional vector b s.t., \eqn{x, Ax\leq b}, and an ellipsoid defined by a positive definite matrix E s.t., \eqn{x, x^TEx \leq 1}. }. +An intersection between of an H-polytope, defined by a set of linear inequalities, or a matrix A and an \eqn{m}-dimensional vector b s.t., \eqn{x, Ax\leq b}, and an ellipsoid defined by a positive definite matrix E s.t., \eqn{x, x^TEx \leq 1}. } \details{ \describe{