Package: JacobiEigen 0.3-4
JacobiEigen: Classical Jacobi Eigenvalue Algorithm
Implements the classical Jacobi algorithm for the eigenvalues and eigenvectors of a real symmetric matrix, both in pure 'R' and in 'C++' using 'Rcpp'. Mainly as a programming example for teaching purposes.
Authors:
JacobiEigen_0.3-4.tar.gz
JacobiEigen_0.3-4.zip(r-4.7)JacobiEigen_0.3-4.zip(r-4.6)JacobiEigen_0.3-4.zip(r-4.5)
JacobiEigen_0.3-4.tgz(r-4.6-x86_64)JacobiEigen_0.3-4.tgz(r-4.6-arm64)JacobiEigen_0.3-4.tgz(r-4.5-x86_64)JacobiEigen_0.3-4.tgz(r-4.5-arm64)
JacobiEigen_0.3-4.tar.gz(r-4.7-arm64)JacobiEigen_0.3-4.tar.gz(r-4.7-x86_64)JacobiEigen_0.3-4.tar.gz(r-4.6-arm64)JacobiEigen_0.3-4.tar.gz(r-4.6-x86_64)
JacobiEigen_0.3-4.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
JacobiEigen/json (API)
| # Install 'JacobiEigen' in R: |
| install.packages('JacobiEigen', repos = c('https://billvenables.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:86e29b2dd0. Checks:11 WARNING, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | WARNING | 119 | ||
| linux-devel-x86_64 | WARNING | 124 | ||
| source / vignettes | OK | 179 | ||
| linux-release-arm64 | WARNING | 137 | ||
| linux-release-x86_64 | WARNING | 116 | ||
| macos-release-arm64 | WARNING | 94 | ||
| macos-release-x86_64 | WARNING | 207 | ||
| macos-oldrel-arm64 | WARNING | 102 | ||
| macos-oldrel-x86_64 | WARNING | 266 | ||
| windows-devel | WARNING | 109 | ||
| windows-release | WARNING | 111 | ||
| windows-oldrel | WARNING | 92 | ||
| wasm-release | OK | 102 |
Dependencies:Rcpp
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| The Jacobi Algorithm using Rcpp | Jacobi |
| The Jacobi Algorithm in Pure R | JacobiR |
| The Jacobi Algorithm using Rcpp with a stagewise rotation protocol | JacobiS |
