bigeigen {fuser} | R Documentation |
Calculate maximal eigenvalue of t(X) %*% X
for big
matrices using singular value decomposition.
bigeigen(X, method = "RSpectra")
X |
matrix to be evaluated (can be a Matrix object). |
method |
One of 'irlba' or 'RSpectra' |
The maximal eigenvalue.