sanic: Solving Ax = b Nimbly in C++

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.

Version: 0.0.2
Depends: R (≥ 3.3.0)
Imports: Rcpp (≥ 1.0.5), Matrix, methods
LinkingTo: Rcpp, RcppEigen
Published: 2023-08-23
Author: Nikolas Kuschnig ORCID iD [aut, cre], Lukas Vashold ORCID iD [ctb], Yixuan Qiu [ctb]
Maintainer: Nikolas Kuschnig <nikolas.kuschnig at wu.ac.at>
BugReports: https://github.com/nk027/sanic/issues
License: GPL-3 | file LICENSE
URL: https://github.com/nk027/sanic
NeedsCompilation: yes
Citation: sanic citation info
Materials: README NEWS
In views: NumericalMathematics
CRAN checks: sanic results

Documentation:

Reference manual: sanic.pdf

Downloads:

Package source: sanic_0.0.2.tar.gz
Windows binaries: r-devel: sanic_0.0.2.zip, r-release: sanic_0.0.2.zip, r-oldrel: sanic_0.0.2.zip
macOS binaries: r-release (arm64): sanic_0.0.2.tgz, r-oldrel (arm64): sanic_0.0.2.tgz, r-release (x86_64): sanic_0.0.2.tgz
Old sources: sanic archive

Reverse dependencies:

Reverse imports: simplifyNet

Linking:

Please use the canonical form https://CRAN.R-project.org/package=sanic to link to this page.