Package: ADMM
Type: Package
Title: Algorithms using Alternating Direction Method of Multipliers
Version: 0.1.0
Authors@R: person("Kisung", "You", email = "kyou@nd.edu", role = c("aut", "cre"))
Description: Provides algorithms to solve popular optimization problems in statistics such as regression or denoising based on Alternating Direction Method of Multipliers (ADMM).
    See Boyd et al (2010) <doi:10.1561/2200000016> for complete introduction to the method.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Imports: Rcpp, Matrix
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 6.0.1
NeedsCompilation: yes
Packaged: 2017-11-01 02:30:20 UTC; kisung
Author: Kisung You [aut, cre]
Maintainer: Kisung You <kyou@nd.edu>
Repository: CRAN
Date/Publication: 2017-11-02 12:34:20 UTC
