bigeigen: Big eigenvalue calculation
Description
Calculate maximal eigenvalue of t(X) %*% X for big
matrices using singular value decomposition.
Usage
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.