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 04 Jun. 2026.
Previous versions and publish date:
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

golem  
A Framework for Robust Shiny Applications
An opinionated framework for building a production-ready 'Shiny' application. This package contains ...
Download / Learn more Package Citations See dependency  
AMPLE  
Shiny Apps to Support Capacity Building on Harvest Control Rules
Three Shiny apps are provided that introduce Harvest Control Rules (HCR) for fisheries management. ...
Download / Learn more Package Citations See dependency  
crplyr  
A 'dplyr' Interface for Crunch
In order to facilitate analysis of datasets hosted on the Crunch data platform ...
Download / Learn more Package Citations See dependency  
murphydiagram  
Murphy Diagrams for Forecast Comparisons
Data and code for the paper by Ehm, Gneiting, Jordan and Krueger ('Of Quantiles and Expectiles: Con ...
Download / Learn more Package Citations See dependency  
shinybusy  
Busy Indicators and Notifications for 'Shiny' Applications
Add indicators (spinner, progress bar, gif) in your 'shiny' applications to show the user that the ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  

27,268

R Packages

233,548

Dependencies

72,590

Author Associations

27,205

Publication Badges

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