Learn R Programming

PowerfulMaxEigenpair

An implementation for using a fast and powerful algorithm to compute the maximal eigenpair of the tridiagonal matrices in R. It provides one algorithm and two auxiliary functions to acheive it.

Copy Link

Version

Install

install.packages('PowerfulMaxEigenpair')

Monthly Downloads

4

Version

0.1.1

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Xiaojun Mao

Last Published

January 7th, 2020

Functions in PowerfulMaxEigenpair (0.1.1)

thomas.tri.sol

Solve the linear equation (-Q-zI)w=v.
powerful.maxeig.tri

Tridiagonal matrix maximal eigenpair
PowerfulMaxEigenpair

PowerfulMaxEigenpair: A package for computating the maximal eigenpair for a matrix.
powerful.seceig.tri

Tridiagonal matrix next to the maximal eigenpair
tridiag

Tridiagonal matrix