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 = "nikolas.kuschnig@wu.ac.at", 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] (), Lukas Vashold [ctb] (), Yixuan Qiu [ctb] Maintainer: Nikolas Kuschnig 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 Repository: https://nk027.r-universe.dev Date/Publication: 2023-08-23 10:22:59 UTC RemoteUrl: https://github.com/nk027/sanic RemoteRef: HEAD RemoteSha: 045c8d6e576485dd3628779c2a023bf05ea78a3d NeedsCompilation: yes Packaged: 2026-07-03 19:14:10 UTC; root