Package: psqn
Type: Package
Title: Partially Separable Quasi-Newton
Version: 0.1.1
Authors@R: c(person("Benjamin", "Christoffersen", 
                    email = "boennecd@gmail.com", 
                    role = c("cre", "aut")))
Maintainer: Benjamin Christoffersen <boennecd@gmail.com>
Description: Provides quasi-Newton methods to minimize partially separable
    functions. The methods are largely described by  
    Nocedal and Wright (2006) <doi:10.1007/978-0-387-40065-5>.
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Depends: R (>= 3.5.0)
URL: https://github.com/boennecd/psqn
BugReports: https://github.com/boennecd/psqn/issues
LinkingTo: Rcpp, testthat
Imports: Rcpp
Suggests: knitr, R.rsp, rmarkdown, RcppArmadillo, bench, testthat,
        numDeriv, lbfgsb3c, lbfgs, Matrix
VignetteBuilder: R.rsp
SystemRequirements: C++11
NeedsCompilation: yes
Packaged: 2020-10-28 20:12:46 UTC; boennecd
Author: Benjamin Christoffersen [cre, aut]
Repository: CRAN
Date/Publication: 2020-10-28 21:10:03 UTC
