bigeigen: Big eigenvalue calculation

Description Usage Arguments Value

Description

Calculate maximal eigenvalue of t(X) %*% X for big matrices using singular value decomposition.

Usage

1
bigeigen(X, method = "RSpectra")

Arguments

X

matrix to be evaluated (can be a Matrix object).

method

One of 'irlba' or 'RSpectra'

Value

The maximal eigenvalue.


fuser documentation built on May 2, 2019, 3:29 p.m.