Other packages > Find by keyword >

sdpt3r  

Semi-Definite Quadratic Linear Programming Solver
View on CRAN: Click here


Download and install sdpt3r package within the R console
Install from CRAN:
install.packages("sdpt3r")

Install from Github:
library("remotes")
install_github("cran/sdpt3r")

Install by package version:
library("remotes")
install_version("sdpt3r", "0.3")



Attach the package and use:
library("sdpt3r")
Maintained by
Adam Rahman
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2017-09-04
Latest Update:
Description:
Solves the general Semi-Definite Linear Programming formulation using an R implementation of SDPT3 (K.C. Toh, M.J. Todd, and R.H. Tutuncu (1999) ). This includes problems such as the nearest correlation matrix problem (Higham (2002) ), D-optimal experimental design (Smith (1918) ), Distance Weighted Discrimination (Marron and Todd (2012) ), as well as graph theory problems including the maximum cut problem. Technical details surrounding SDPT3 can be found in R.H Tutuncu, K.C. Toh, and M.J. Todd (2003) .
How to cite:
Adam Rahman (2017). sdpt3r: Semi-Definite Quadratic Linear Programming Solver. R package version 0.3, https://cran.r-project.org/web/packages/sdpt3r. Accessed 06 Aug. 2026.
Previous versions and publish date:
(2026-07-09 07:02), 0.1 (2017-09-04 14:41), 0.2 (2018-10-18 14:30), 0.3 (2019-02-11 09:50)
Other packages that cited sdpt3r R package
View sdpt3r citation profile
Other R packages that sdpt3r depends, imports, suggests or enhances
Complete documentation for sdpt3r
Functions, R codes and Examples using the sdpt3r R package
Some associated functions: Andwd . Apdwd . Betp . Bgpp . Blogcheby . Bmaxcut . Bmaxkcut . DoptDesign . Ftoep . Glovasz . Hnearcorr . Vminelips . control_theory . doptimal . dwd . etp . flogcheby . gpp . lmi1 . lmi2 . lmi3 . logcheby . lovasz . maxcut . maxkcut . minelips . nearcorr . smat . sqlp . svec . toep . 
Some associated R codes: AXfun.R . Arrow.R . Atyfun.R . HKMcorr.R . HKMdirfun.R . HKMpred.R . HKMrhsfun.R . NTcorr.R . NTdirfun.R . NTpred.R . NTrhsfun.R . NTscaling.R . Prod2.R . Prod3.R . blkbarrier.R . blkcholfun.R . blkeig.R . blktrace.R . checkdense.R . checkdepconstr.R . control_theory.R . convertcmpsdp.R . datadoc.R . detect_ublk.R . deted_lblk.R . distanceGeometry.R . doptimal.R . dwd.R . etp.R . findcoeff.R . findcoeffsub.R . gpp.R . infeaspt.R . ispositivedefinite.R . lanczosfun.R . linsysolve.R . linsysolvefun.R . lmi.R . logcheby.R . lovasz.R . matvec.R . maxcut.R . maxkcut.R . mexFiles.R . minelips.R . mybicgstab.R . nearestcorr.R . norm_min.R . nzlist.R . ops.R . precond.R . qops.R . qprod.R . randadj.R . randmat.R . scaling.R . schurmat_lblk.R . schurmat_qblk.R . schurmat_sblk.R . setvec.R . smat.R . sortA.R . sqlp.R . sqlp_base.R . sqlp_main.R . sqlpcheckconv.R . sqlpmisc.R . sqlpu2lblk.R . steplength.R . svec.R . symamdR.R . symqmr.R . toeplitz.R . unperm.R . validate.R . validate_startpoint.R .  Full sdpt3r package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

RRedshiftSQL  
R Interface to the 'Redshift' Database
Superclasses 'PostgreSQL' connection to help enable full 'dplyr' functionality on 'Redshift'. ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
lsmeans  
Least-Squares Means
Obtain least-squares means for linear, generalized linear, and mixed models. Compute contrasts or l ...
Download / Learn more Package Citations See dependency  
TMDb  
Access to TMDb API
Provides an R-interface to the TMDb API (see TMDb API on < ...
Download / Learn more Package Citations See dependency  
SAMBA  
Selection and Misclassification Bias Adjustment for Logistic Regression Models
Health research using data from electronic health records (EHR) has gained popularity, but miscla ...
Download / Learn more Package Citations See dependency  

28,083

R Packages

239,283

Dependencies

74,457

Author Associations

28,084

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA