-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
38 lines (38 loc) · 983 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
38 lines (38 loc) · 983 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Package: psqn
Type: Package
Title: Partially Separable Quasi-Newton
Version: 0.3.2
Authors@R: c(person("Benjamin", "Christoffersen",
email = "boennecd@gmail.com",
role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-7182-1346")))
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: Apache License (>= 2)
Encoding: UTF-8
RoxygenNote: 7.1.2
Depends:
R (>= 3.5.0),
Matrix
URL: https://github.com/boennecd/psqn
BugReports: https://github.com/boennecd/psqn/issues
LinkingTo:
Rcpp,
RcppEigen,
testthat
Imports:
Rcpp
Suggests:
R.rsp,
rmarkdown,
RcppArmadillo,
RcppEigen,
bench,
testthat,
numDeriv,
lbfgsb3c,
lbfgs,
alabama
VignetteBuilder: R.rsp