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 |
DOI: | 10.32614/CRAN.package.sanic |
Author: | Nikolas Kuschnig [aut, cre], Lukas Vashold [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 |
Reference manual: | sanic.pdf |
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, r-oldrel (x86_64): sanic_0.0.2.tgz |
Old sources: | sanic archive |
Reverse imports: | simplifyNet |
Please use the canonical form https://CRAN.R-project.org/package=sanic to link to this page.