Learn R Programming

⚠️There's a newer version (0.3-4) of this package.Take me there.

JacobiEigen (version 0.3-3)

Classical Jacobi Eigenvalue Algorithm

Description

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.

Copy Link

Version

Install

install.packages('JacobiEigen')

Monthly Downloads

202

Version

0.3-3

License

GPL (>= 2)

Maintainer

Bill Venables

Last Published

March 10th, 2019

Functions in JacobiEigen (0.3-3)

JacobiS

The Jacobi Algorithm using Rcpp with a stagewise rotation protocol
JacobiR

The Jacobi Algorithm in Pure R
Jacobi

The Jacobi Algorithm using Rcpp