-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1.13 KB
/
DESCRIPTION
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
Package: sanic
Type: Package
Title: Solving Ax = b Nimbly in C++
Version: 0.0.2
Date: 2023-08-22
Authors@R: c(person("Nikolas", "Kuschnig", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6642-2543")),
person("Lukas", "Vashold", role = "ctb", comment = c(ORCID = "0000-0002-3562-3414")),
person("Yixuan", "Qiu", role = "ctb"))
Author: Nikolas Kuschnig [aut, cre] (<https://orcid.org/0000-0002-6642-2543>),
Lukas Vashold [ctb] (<https://orcid.org/0000-0002-3562-3414>),
Yixuan Qiu [ctb]
Maintainer: Nikolas Kuschnig <[email protected]>
Description: Routines for solving large systems of linear equations and
eigenproblems in R. Direct and iterative solvers from the Eigen C++ library
are made available. Solvers include Cholesky, LU, QR, and Krylov subspace
methods (Conjugate Gradient, BiCGSTAB). Dense and sparse problems are
supported.
URL: https://github.com/nk027/sanic
BugReports: https://github.com/nk027/sanic/issues
Depends: R (>= 3.3.0)
Imports: Rcpp (>= 1.0.5), Matrix, methods
License: GPL-3 | file LICENSE
Encoding: UTF-8
LinkingTo: Rcpp, RcppEigen
RoxygenNote: 7.2.3