Package: sanic
Type: Package
Title: Solving Ax = b Nimbly in C++
Version: 0.0.1
Date: 2020-09-04
Authors@R: c(person("Nikolas", "Kuschnig", role = c("aut", "cre"),
  email = "nikolas.kuschnig@wu.ac.at",
  comment = c(ORCID = "0000-0002-6642-2543")))
Author: Nikolas Kuschnig [aut, cre] (<https://orcid.org/0000-0002-6642-2543>)
Maintainer: Nikolas Kuschnig <nikolas.kuschnig@wu.ac.at>
Description: Routines for solving large systems of linear equations 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). Both 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
Encoding: UTF-8
LinkingTo: Rcpp, RcppEigen
RoxygenNote: 7.1.1
NeedsCompilation: yes
Packaged: 2020-09-14 09:39:36 UTC; nikolas
Repository: CRAN
Date/Publication: 2020-09-22 08:40:03 UTC
Built: R 4.0.2; x86_64-apple-darwin17.0; 2020-09-23 10:44:54 UTC; unix
Archs: sanic.so.dSYM
