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.1 |
Imports: | Rcpp |
LinkingTo: | Rcpp |
Suggests: | knitr, dplyr, tidyr, ggplot2, microbenchmark |
Published: | 2015-08-09 |
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.1.tar.gz |
Windows binaries: | r-devel: JacobiEigen_0.1.zip, r-release: JacobiEigen_0.1.zip, r-oldrel: JacobiEigen_0.1.zip |
OS X Snow Leopard binaries: | r-release: JacobiEigen_0.1.tgz, r-oldrel: not available |
OS X Mavericks binaries: | r-release: JacobiEigen_0.1.tgz |