Package: sanic 0.0.2
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.
Authors:
sanic_0.0.2.tar.gz
sanic_0.0.2.zip(r-4.7)sanic_0.0.2.zip(r-4.6)sanic_0.0.2.zip(r-4.5)
sanic_0.0.2.tgz(r-4.6-x86_64)sanic_0.0.2.tgz(r-4.6-arm64)sanic_0.0.2.tgz(r-4.5-x86_64)sanic_0.0.2.tgz(r-4.5-arm64)
sanic_0.0.2.tar.gz(r-4.7-arm64)sanic_0.0.2.tar.gz(r-4.7-x86_64)sanic_0.0.2.tar.gz(r-4.6-arm64)sanic_0.0.2.tar.gz(r-4.6-x86_64)
sanic_0.0.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
sanic/json (API)
NEWS
| # Install 'sanic' in R: |
| install.packages('sanic', repos = c('https://nk027.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/nk027/sanic/issues
bicgstabcholeskyconjugate-gradienteigenlinear-equationssolverscpp
Last updated from:045c8d6e57. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 193 | ||
| linux-devel-x86_64 | OK | 186 | ||
| source / vignettes | OK | 230 | ||
| linux-release-arm64 | OK | 185 | ||
| linux-release-x86_64 | OK | 191 | ||
| macos-release-arm64 | OK | 118 | ||
| macos-release-x86_64 | OK | 434 | ||
| macos-oldrel-arm64 | OK | 147 | ||
| macos-oldrel-x86_64 | OK | 280 | ||
| windows-devel | OK | 189 | ||
| windows-release | OK | 210 | ||
| windows-oldrel | OK | 241 | ||
| wasm-release | OK | 136 |
Exports:arnoldieigen2lanczossolve_cgsolve_cholsolve_lusolve_qrsolve2sparsifysvd2
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Krylov Subspace Spectral Decomposition | arnoldi lanczos |
| Spectral Decomposition | eigen2 |
| Solving Ax = b Nimbly in C++ | sanic |
| Solve Systems of Equations Using Iterative Methods | solve_cg |
| Solve Systems of Equations Using Direct Methods | solve_chol solve_lu solve_qr |
| Solve Systems of Equations | solve2 |
| Transform a Matrix to Be Sparse. | sparsify |
| Singular Value Decomposition | svd2 |
