Implements the classical Jacobi (1846) 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.
| Version: | 0.2-2 |
| Imports: | Rcpp |
| LinkingTo: | Rcpp |
| Suggests: | stats, knitr, dplyr, tidyr, ggplot2, microbenchmark |
| Published: | 2015-12-06 |
| Author: | Bill Venables |
| Maintainer: | Bill Venables <Bill.Venables at gmail.com> |
| License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
| NeedsCompilation: | yes |
| CRAN checks: | JacobiEigen results |
| Reference manual: | JacobiEigen.pdf |
| Vignettes: |
The Classical Jacobi Algorithm |
| Package source: | JacobiEigen_0.2-2.tar.gz |
| Windows binaries: | r-devel: JacobiEigen_0.2-2.zip, r-release: JacobiEigen_0.2-2.zip, r-oldrel: JacobiEigen_0.2-2.zip |
| OS X El Capitan binaries: | r-release: JacobiEigen_0.2-2.tgz |
| OS X Mavericks binaries: | r-oldrel: JacobiEigen_0.2-2.tgz |
| Old sources: | JacobiEigen archive |
Please use the canonical form https://CRAN.R-project.org/package=JacobiEigen to link to this page.